getText Method

Summary

Gets the text of this page.

Syntax

JavaScript Syntax
DocumentPage.prototype.getText = function(clip) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly