Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentPageText Class : Characters Property |
public IList<DocumentCharacter> Characters {get;}
'Declaration
Public ReadOnly Property Characters As IList(Of DocumentCharacter)
'Usage
Dim instance As DocumentPageText Dim value As IList(Of DocumentCharacter) value = instance.Characters
public List<DocumentCharacter> getCharacters()
public: property IList<DocumentCharacter>^ Characters { IList<DocumentCharacter>^ get(); }
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.