Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.28
|
Leadtools.Forms.Processing Namespace > OcrFormFieldResult Class : Characters Property |
public IList<OcrCharacter> Characters {get;}
'Declaration Public ReadOnly Property Characters As IList(Of OcrCharacter)
'Usage Dim instance As OcrFormFieldResult Dim value As IList(Of OcrCharacter) value = instance.Characters
public: property IList<OcrCharacter>^ Characters { IList<OcrCharacter>^ get(); }