←Select platform

Characters Property

Summary

The list of text characters found in the document page.

Syntax
C#
VB
C++
Java
public IList<DocumentCharacter> Characters { get; } 
Public ReadOnly Property Characters() As System.Collections.Generic.IList(Of Leadtools.Document.DocumentCharacter) 
   Get 
public:  
   property System::Collections::Generic::IList<Leadtools::Documents::DocumentCharacter^>^ Characters 
   { 
      System::Collections::Generic::IList<Leadtools::Documents::DocumentCharacter^>^ get() 
   } 
public List<DocumentCharacter> getCharacters() 

Property Value

List of text characters found in the document page. The default value is an empty list.

Remarks

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 Document Library.

Example

For an example, refer to DocumentPageText.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.