Skip to main content
This object contains the information about a field extracted from a machine-readable zone (MRZ).

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ChecksumBSTRSpecifies the checksum of the field. <Note> This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned. </Note>
HasChecksumVARIANT\_BOOL, read-onlyReturns TRUE if the field has a checksum.
IsChecksumVerifiedVARIANT\_BOOL, read-onlyReturns TRUE if the checksum is verified. <Note> This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned. </Note>
RegionRegion, read-onlyReturns the field region.
TextBSTR, read-onlyReturns the field value.
TypeMrzFieldTypeEnum, read-onlyReturns the field type.

Methods

NameDescription
GetCharParamsReturns parameters of a single character in the field.
InsertInserts a text fragment.
RemoveDeletes a text fragment.
MrzField Object Diagram

See also

MrzData Machine-Readable Zone Fields Machine-Readable Zone Capture Working with Properties