TextExtractorGetFirstLine Method |
Gets the first line of text on the selected page
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public TextExtractorLine GetFirstLine()
Public Function GetFirstLine As TextExtractorLine
public:
virtual TextExtractorLine^ GetFirstLine() sealed
Return Value
Type:
TextExtractorLineThe first line of text on the selected page.
See Also