Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int[] GetWord(
	int startIdx,
	int idx
)
Visual Basic
Public Function GetWord ( _
	startIdx As Integer, _
	idx As Integer _
) As Integer()
Visual C++
public:
array<int>^ GetWord(
	int startIdx, 
	int idx
)

Parameters

startIdx
Type: System..::..Int32
idx
Type: System..::..Int32

See Also