Class ThreeLineMrzFinderLayoutPreset
- Namespace
- ScanbotSDK.MAUI.Mrz
- Assembly
- DocumentSDK.MAUI.dll
public class ThreeLineMrzFinderLayoutPreset : MrzFinderLayoutPreset
- Inheritance
-
ThreeLineMrzFinderLayoutPreset
- Inherited Members
-
Constructors
ThreeLineMrzFinderLayoutPreset()
public ThreeLineMrzFinderLayoutPreset()
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
MrzTextLine3
public string MrzTextLine3 { get; set; }
Property Value
- string
Methods
FromJson(string)
public static ThreeLineMrzFinderLayoutPreset FromJson(string rawJson)
Parameters
rawJson string
Returns
- ThreeLineMrzFinderLayoutPreset