Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

Characters Property






The list of text characters found in the document page.
Syntax
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();
}

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

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

DocumentPageText Class
DocumentPageText Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features