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

Syntax

C#
public int Find(
	char[] key,
	int start
)
Visual Basic
Public Function Find ( _
	key As Char(), _
	start As Integer _
) As Integer
Visual C++
public:
int Find(
	array<wchar_t>^ key, 
	int start
)

Parameters

key
Type: array<System..::..Char>[]()[][]
start
Type: System..::..Int32

See Also