Click or drag to resize

TextExtractorLineGetWord Method

Gets the first word.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TextExtractorWord GetWord(
	int word_idx
)

Parameters

word_idx
Type: SystemInt32
index of the word

Return Value

Type: TextExtractorWord
word with specified index
See Also