DocumentInfo.mrzType Property¶
Module: DocumentInfo
Type: MrzType
Definition¶
The type of machine-readable zone (MRZ), if applicable.
mrz_type: MrzType
Exceptions
An error has occurred during Document Library execution.
MrzType get mrzType => getMrzType();
Exceptions
An error has occurred during Document Library execution.
public MrzType mrzType
{
get => GetmrzType();
}
Exceptions
An error has occurred during Document Library execution.
public MrzType getMrzType() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var mrzType: MrzType
get {
return try! getMrzType()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentInfo_GetMrzType (ID3_DOCUMENT_INFO hDocumentInfo, id3DocumentMrzType * eMrzType)
Returns