TextExtractorLineGetNextLine Method |
Gets the next line.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public TextExtractorLine GetNextLine()
Public Function GetNextLine As TextExtractorLine
public:
virtual TextExtractorLine^ GetNextLine() sealed
Return Value
Type:
TextExtractorLine the next line on the page.
See Also