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

Syntax

C#
protected int GetWord(
	string text,
	int start
)
Visual Basic
Protected Function GetWord ( _
	text As String, _
	start As Integer _
) As Integer
Visual C++
protected:
int GetWord(
	String^ text, 
	int start
)

Parameters

text
Type: System..::..String
start
Type: System..::..Int32

See Also