The list of text characters found in the document page.
public IList<DocumentCharacter> Characters { get; }
Public ReadOnly Property Characters() As System.Collections.Generic.IList(Of Leadtools.Documents.DocumentCharacter)
Get
public:
property System::Collections::Generic::IList<Leadtools::Documents::DocumentCharacter^>^ Characters
{
System::Collections::Generic::IList<Leadtools::Documents::DocumentCharacter^>^ get()
}
public List<DocumentCharacter> getCharacters()
List of text characters found in the document page. The default value is an empty list.
The text of a document page can be read by using the DocumentPage.GetText method. The text characters found in the page will be set in the in Characters property of the returned DocumentPageText object.
For more information, refer to Parsing Text with the Documents Library.
For an example, refer to DocumentPageText.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET