TextExtractorWordGetCurrentNum Method |
Gets the index of this word of the current line. A word that starts the line will return 0, whereas the last word in the line will return (line.GetNumWords()-1).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetCurrentNum()
Public Function GetCurrentNum As Integer
public:
virtual int GetCurrentNum() sealed
function GetCurrentNum();
Return Value
Type:
Int32the index of this word of the current line
See Also