TextExtractorGetAsText Method |
Get all words in the current selection as a single string.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetAsText()
Public Function GetAsText As String
public:
virtual String^ GetAsText() sealed
Return Value
Type:
String The string containing all words in the current
selection. Words will be separated with space (i.e. ' ') or
new line (i.e. '\n') Characters.
See Also