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 Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <OcrCharacter> Characters {get;}
get_Characters();
public: property IList<OcrCharacter>^ Characters { IList<OcrCharacter>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2