Click or drag to resize

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()

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