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

Show in webframe

ExportText Method






Page number to use. If this value is 0, then the text of all pages in the document will be used.
Text of a page or the whole document as a simple string object.
Syntax
public string ExportText( 
   int pageNumber
)
'Declaration
 
Public Function ExportText( _
   ByVal pageNumber As Integer _
) As String
'Usage
 
Dim instance As DocumentViewerText
Dim pageNumber As Integer
Dim value As String
 
value = instance.ExportText(pageNumber)
public:
String^ ExportText( 
   int pageNumber
) 

Parameters

pageNumber
Page number to use. If this value is 0, then the text of all pages in the document will be used.

Return Value

The text of the page or the document as a simple string object.
Remarks

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.

Example

For an example, refer to DocumentViewerText.

Requirements

Target Platforms

See Also

Reference

DocumentViewerText Class
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