←Select platform

ExportText Method

Summary

Text of a page or the whole document as a simple string object.

Syntax

C#
VB
C++
public string ExportText( 
   int pageNumber 
) 
Public Function ExportText( 
   ByVal pageNumber As Integer 
) As String 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly