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

Syntax

C#
public Hyphenation Hyphenate(
	char[] word,
	int offset,
	int len
)
Visual Basic
Public Function Hyphenate ( _
	word As Char(), _
	offset As Integer, _
	len As Integer _
) As Hyphenation
Visual C++
public:
Hyphenation^ Hyphenate(
	array<wchar_t>^ word, 
	int offset, 
	int len
)

Parameters

word
Type: array<System..::..Char>[]()[][]
offset
Type: System..::..Int32
len
Type: System..::..Int32

See Also