Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerText Class : ExportText Method |
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 )
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.