Class TwoLineMrzFinderLayoutPreset
- Namespace
- ScanbotSDK.MAUI.Mrz
- Assembly
- DocumentSDK.MAUI.dll
public class TwoLineMrzFinderLayoutPreset : MrzFinderLayoutPreset
- Inheritance
-
TwoLineMrzFinderLayoutPreset
- Inherited Members
-
Constructors
TwoLineMrzFinderLayoutPreset()
public TwoLineMrzFinderLayoutPreset()
Properties
AdjustedFinderAspectRatio
public double AdjustedFinderAspectRatio { get; set; }
Property Value
- double
MrzTextLine1
public string MrzTextLine1 { get; set; }
Property Value
- string
MrzTextLine2
public string MrzTextLine2 { get; set; }
Property Value
- string
Methods
FromJson(string)
public static TwoLineMrzFinderLayoutPreset FromJson(string rawJson)
Parameters
rawJson string
Returns
- TwoLineMrzFinderLayoutPreset