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

Collapse imageSyntax

C#
public int Find(
	string key
)
Visual Basic
Public Function Find ( _
	key As String _
) As Integer
Visual C++
public:
int Find(
	String^ key
)

Parameters

key
Type: System..::..String

Collapse imageSee Also