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

HasDocumentPageText Method

Show in webframe
Pager number to use. If this value is 0, then this method works as HasAnyDocumentPageText to obtain the result for all the pages.
Indicates whether the text for the specified page have been obtained.
Syntax
 function Leadtools.Documents.UI.DocumentViewerText.hasDocumentPageText( 
   pageNumber 
)

Parameters

ParameterTypeDescription
pageNumberintPager number to use. If this value is 0, then this method works as HasAnyDocumentPageText to obtain the result for all the pages.

Return Value

TypeDescription
boolean true if the text for the specified page have been obtained; otherwise, false.
Remarks

DocumentViewerText contains many operations that require the text of the page(s) being parsed. This is done by calling the DocumentPage.GetText method of the page.

DocumentPage.GetText parses the text from the page using SVG or OCR and that could be a slow operation. Hence, when it is called by DocumentViewerText, the result DocumentPageText object is stored internally and re-used when it is needed.

When the user sets a new Document in DocumentViewer using SetDocument, the saved DocumentPageText objects are discarded but the viewer will not start parsing the text for any pages till it is needed.

The text for pages are obtained through the use of AutoGetText, GetDocumentPageText or GetAllDocumentPageText.

To check whether the text for a particular page is obtained, use HasDocumentPageText.

See Also

Reference

DocumentViewerText Object
DocumentViewerText Members

Error processing SSI file
  Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features