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

Characters Property

Show in webframe
The list of text characters found in the document page.
Syntax
get_characters();
Object.defineProperty('characters');

Property Value

TypeDescription
ListList 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 GetText. 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.

See Also

Reference

DocumentPageText Object
DocumentPageText Members

Error processing SSI file