Class ThreeLineMrzFinderLayoutPreset

A ready-to-use preset 3-line text to be displayed.

Hierarchy

  • PartiallyConstructible
    • ThreeLineMrzFinderLayoutPreset

Constructors

Properties

_type: "ThreeLineMRZFinderLayoutPreset"
adjustedFinderAspectRatio: number

Aspect ratio of the finder adjusted to the 3-line MRZ text. Not editable. To override, please use 'aspectRatio' parameter in 'viewFinder' field in MRZ screen configuration.

Default Value

4.3125;
mrzTextLine1: string

The first line of the MRZ text.

Default Value

"I<USA2342353464<<<<<<<<<<<<<<<";
mrzTextLine2: string

The second line of the MRZ text.

Default Value

"9602300M2904076USA<<<<<<<<<<<2";
mrzTextLine3: string

The third line of the MRZ text.

Default Value

"SMITH<<JACK<<<<<<<<<<<<<<<<<<<";

Generated using TypeDoc