Error processing SSI file
LEADTOOLS Forms Recognition (Leadtools.Forms.Commands assembly)

Show in webframe

MRTDDataElement Constructor (MRTDDataElement)






Represents the Readable String for the MRTDDataElement.
MRZ string for the MRTDDataElement
Line index for the current MRZ string data in all MRZ strings of the document.
The beginning index for the current MRZ string data in its line.
MRZ string data length.
To check if this data element is valid.
Initializes a new MRTDDataElement class object.
Syntax
public MRTDDataElement( 
   string readableValue,
   string mrzCharacters,
   int lineIndex,
   int beginIndex,
   int length,
   bool isValid
)
'Declaration
 
Public Function New( _
   ByVal readableValue As String, _
   ByVal mrzCharacters As String, _
   ByVal lineIndex As Integer, _
   ByVal beginIndex As Integer, _
   ByVal length As Integer, _
   ByVal isValid As Boolean _
)
'Usage
 
Dim readableValue As String
Dim mrzCharacters As String
Dim lineIndex As Integer
Dim beginIndex As Integer
Dim length As Integer
Dim isValid As Boolean
 
Dim instance As New MRTDDataElement(readableValue, mrzCharacters, lineIndex, beginIndex, length, isValid)

            

            
public:
MRTDDataElement( 
   String^ readableValue,
   String^ mrzCharacters,
   int lineIndex,
   int beginIndex,
   int length,
   bool isValid
)

Parameters

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.
Requirements

Target Platforms

See Also

Reference

MRTDDataElement Class
MRTDDataElement Members

Error processing SSI file
Leadtools.Forms.Commands requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features