TextExtractorLineGetWord Method  | 
  Gets the first word.
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic TextExtractorWord GetWord(
	int word_idx
)
Public Function GetWord ( 
	word_idx As Integer
) As TextExtractorWord
public:
virtual TextExtractorWord^ GetWord(
	[InAttribute] int word_idx
) sealed
function GetWord(word_idx);
Parameters
- word_idx
 - Type: SystemInt32
index of the word
 
Return Value
Type: 
TextExtractorWord word with specified index
See Also