getText Method

Summary

Gets the text of this page.

Syntax
TypeScript
JavaScript
DocumentPage.prototype.getText = function( 
   clip 
) 
getText( 
   clip: LeadRectD 
): JQueryPromise<DocumentPageText>; 

Parameters

clip

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

Return Value

A Promise object that may resolve successfully 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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.