Leadtools.Documents Namespace > DocumentPage Object : GetText Method |
function Leadtools.Documents.DocumentPage.getText( clip )
Parameter | Type | Description |
---|---|---|
clip | LeadRectD | The region of interest area. If this value is Empty, then the text of the whole page is obtained. |
Type | Description |
---|---|
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. |
This method is a shortcut of calling GetText with this DocumentPage object.