Click or drag to resize

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

Return Value

Type: Int32
the index of this word of the current line
See Also