public MRTDDataElement(
string readableValue,
string mrzCharacters,
int lineIndex,
int beginIndex,
int length,
bool isValid
)
readableValue
Represents the Readable String for the MRTDDataElement.
mrzCharacters
MRZ string for the MRTDDataElement.
lineIndex
Line index for the current MRZ string data in all MRZ strings of the document.
beginIndex
The beginning index for the current MRZ string data in its line.
length
MRZ string data length.
isValid
To check if this data element is valid.