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

DocumentText Object

Show in webframe
Members 
Manages the text options of the document.
Object Model
Syntax
function Leadtools.Documents.DocumentText() 
Remarks

DocumentText manages the text of the document and can be accessed through the Text property of Document.

The text of a document page can be extracted using the GetText. This will return a DocumentPageText instance that contains the text characters found in the page with location and size properties. Furthermore, DocumentPageText supports building the words or the text as string for easy processing.

The framework can use either SVG or OCR technologies to extract the text data. Which method to use can be controlled using the TextExtractionMode property.

For more information, refer to Parsing Text with the Documents Library.

See Also

Reference

DocumentText Members
Leadtools.Documents Namespace

Error processing SSI file