Text of a page or the whole document as a simple string object.
public string ExportText(
int pageNumber
)
Public Function ExportText(
ByVal pageNumber As Integer
) As String
public:
String^ ExportText(
int pageNumber
)
pageNumber
Page number to use. If this value is 0, then the text of all pages in the document will be used.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET