Accusoft.PdfXpress7.Net
GetText Method




Provides all the extracted text of a PDF page as a single string.
Syntax
'Declaration
 
Public Function GetText() As String
'Usage
 
Dim instance As TextFinder
Dim value As String
 
value = instance.GetText()
public string GetText()
public: string* GetText(); 
public:
String^ GetText(); 

Return Value

A string representing the text of a PDF page.
See Also

Reference

TextFinder Class
TextFinder Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback