Table of Contents

Class TwoLineMrzFinderLayoutPreset

Namespace
ScanbotSDK.MAUI.Mrz
Assembly
ScanbotSDK.Shared.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

FromNative(TwoLineMrzFinderLayoutPreset)

public static TwoLineMrzFinderLayoutPreset FromNative(TwoLineMrzFinderLayoutPreset source)

Parameters

source TwoLineMrzFinderLayoutPreset

Returns

TwoLineMrzFinderLayoutPreset

FromNative(SBSDKUI2TwoLineMRZFinderLayoutPreset)

public static TwoLineMrzFinderLayoutPreset FromNative(SBSDKUI2TwoLineMRZFinderLayoutPreset source)

Parameters

source SBSDKUI2TwoLineMRZFinderLayoutPreset

Returns

TwoLineMrzFinderLayoutPreset

ToNative()

public override TwoLineMrzFinderLayoutPreset ToNative()

Returns

TwoLineMrzFinderLayoutPreset