TextExtractorLineGetFirstWord Method |
Gets the quad.
Gets the first word.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public TextExtractorWord GetFirstWord()
Public Function GetFirstWord As TextExtractorWord
public:
virtual TextExtractorWord^ GetFirstWord() sealed
Return Value
Type:
TextExtractorWord out_quad The quadrilateral representing a tight bounding box
for this line (in unrotated page coordinates).
Return Value
Type:
TextExtractorWord the first word in the line.
Remarks To traverse the list of all words on this line use word.GetNextWord().
See Also