Gets the text of this page.
DocumentPage.prototype.getText = function(clip)
getText(clip: LeadRectD): JQueryPromise<DocumentPageText>;
clip
The region of interest area. If this value is Empty, then the text of the whole page is obtained.
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.
This method is a shortcut of calling GetText with this DocumentPage object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET