Leadtools.Documents.UI Namespace > DocumentViewerText Object : ExportText Method |
function Leadtools.Documents.UI.DocumentViewerText.exportText( pageNumber )
Parameter | Type | Description |
---|---|---|
pageNumber | int | Page number to use. If this value is 0, then the text of all pages in the document will be used. |
Type | Description |
---|---|
string | The text of the page or the document as a simple string object. |
If the text of the specified page(s) was not previously obtained, then the value of AutoGetText will be used to determine whether DocumentPage.GetText is called automatically. Therefore, this method might experience a delay while the text is parsed from the document in this mode.
For an example, refer to DocumentViewerText.