Table of Contents

Class TwoLineMrzFinderLayoutPreset

Namespace
IO.Scanbot.Sdk.Ui_v2.Mrz.Configuration
Assembly
DocumentSDK.NET.Droid.dll
public sealed class TwoLineMrzFinderLayoutPreset : MrzFinderLayoutPreset, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
TwoLineMrzFinderLayoutPreset
Implements
Inherited Members

Constructors

TwoLineMrzFinderLayoutPreset()

public TwoLineMrzFinderLayoutPreset()

TwoLineMrzFinderLayoutPreset(JSONObject)

public TwoLineMrzFinderLayoutPreset(JSONObject json)

Parameters

json JSONObject

TwoLineMrzFinderLayoutPreset(IDictionary<string, Object>)

public TwoLineMrzFinderLayoutPreset(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

TwoLineMrzFinderLayoutPreset(string, string, double)

public TwoLineMrzFinderLayoutPreset(string mrzTextLine1, string mrzTextLine2, double adjustedFinderAspectRatio)

Parameters

mrzTextLine1 string
mrzTextLine2 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

Methods

Component1()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Component3()

public double Component3()

Returns

double

Copy(string, string, double)

public TwoLineMrzFinderLayoutPreset Copy(string mrzTextLine1, string mrzTextLine2, double adjustedFinderAspectRatio)

Parameters

mrzTextLine1 string
mrzTextLine2 string
adjustedFinderAspectRatio double

Returns

TwoLineMrzFinderLayoutPreset

Default()

public static TwoLineMrzFinderLayoutPreset Default()

Returns

TwoLineMrzFinderLayoutPreset

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