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

GetText Method

Show in webframe
The region of interest area. If this value is Empty, then the text of the whole page is obtained.
Gets the text of this page.
Syntax
 function Leadtools.Documents.DocumentPage.getText( 
   clip 
)

Parameters

ParameterTypeDescription
clipLeadRectDThe region of interest area. If this value is Empty, then the text of the whole page is obtained.

Return Value

TypeDescription
jQueryApi.IDeferred A Promise object that may resolve succesfully to an object of type DocumentPageText loaded by this method and containing the text info for the page.
Remarks

This method is a shortcut of calling GetText with this DocumentPage object.

See Also

Reference

DocumentPage Object
DocumentPage Members

Error processing SSI file