Provides all the extracted text of a PDF page as a single string.
'Declaration
Public Function GetText() As String
'Usage
Dim instance As TextFinder
Dim value As String
value = instance.GetText()
Return Value
A string representing the text of a PDF page.