Class ThreeLineMrzFinderLayoutPreset
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Mrz.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ThreeLineMrzFinderLayoutPreset : MrzFinderLayoutPreset, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ThreeLineMrzFinderLayoutPreset
- Implements
-
- Inherited Members
-
Constructors
ThreeLineMrzFinderLayoutPreset()
public ThreeLineMrzFinderLayoutPreset()
ThreeLineMrzFinderLayoutPreset(JSONObject)
public ThreeLineMrzFinderLayoutPreset(JSONObject json)
Parameters
json
JSONObject
ThreeLineMrzFinderLayoutPreset(IDictionary<string, Object>)
public ThreeLineMrzFinderLayoutPreset(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
ThreeLineMrzFinderLayoutPreset(string, string, string, double)
public ThreeLineMrzFinderLayoutPreset(string mrzTextLine1, string mrzTextLine2, string mrzTextLine3, double adjustedFinderAspectRatio)
Parameters
mrzTextLine1
string
mrzTextLine2
string
mrzTextLine3
string
adjustedFinderAspectRatio
double
Properties
AdjustedFinderAspectRatio
public double AdjustedFinderAspectRatio { get; }
Property Value
- double
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
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
Component1()
public string Component1()
Returns
- string
Component2()
public string Component2()
Returns
- string
Component3()
public string Component3()
Returns
- string
Component4()
public double Component4()
Returns
- double
Copy(string, string, string, double)
public ThreeLineMrzFinderLayoutPreset Copy(string mrzTextLine1, string mrzTextLine2, string mrzTextLine3, double adjustedFinderAspectRatio)
Parameters
mrzTextLine1
string
mrzTextLine2
string
mrzTextLine3
string
adjustedFinderAspectRatio
double
Returns
- ThreeLineMrzFinderLayoutPreset
Default()
public static ThreeLineMrzFinderLayoutPreset Default()
Returns
- ThreeLineMrzFinderLayoutPreset
DescribeContents()
public override int DescribeContents()
Returns
- int
Get_type()
public override string Get_type()
Returns
- string
ToJson(ToJsonConfiguration)
public override JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags