Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| Checksum | BSTR | Specifies the checksum of the MRZ. <Note> This property makes sense only if the HasChecksum property is TRUE. If the HasChecksum property is FALSE, an error will be returned. </Note> |
| FieldsCount | int, read-only | Returns the number of fields in MRZ. |
| HasChecksum | VARIANT\_BOOL, read-only | Returns TRUE if MRZ has a checksum. |
| IsChecksumVerified | VARIANT\_BOOL, read-only | Returns 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> |
| LinesCount | int, read-only | Returns the number of lines in MRZ. |
Methods
| Name | Description |
|---|---|
| ExportToFile | Exports the extracted data to an XML or JSON file with the default parameters. |
| ExportToFileEx | Exports the extracted data to an XML or JSON file with the user-defined parameters. |
| GetField | Returns a field by its index. |
| GetFieldByType | Returns a field by its type. |
| GetLine | Returns a line by its index. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the ExtractMrz method of the FRPage object.Samples
The object is used in the MRZExtraction code sample for Linux and Windows.See also
Machine-Readable Zone CaptureWorking with Properties
