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

Syntax

C#
public static Hyphenation Hyphenate(
	string lang,
	string country,
	char[] word,
	int offset,
	int len,
	int leftMin,
	int rightMin
)
Visual Basic
Public Shared Function Hyphenate ( _
	lang As String, _
	country As String, _
	word As Char(), _
	offset As Integer, _
	len As Integer, _
	leftMin As Integer, _
	rightMin As Integer _
) As Hyphenation
Visual C++
public:
static Hyphenation^ Hyphenate(
	String^ lang, 
	String^ country, 
	array<wchar_t>^ word, 
	int offset, 
	int len, 
	int leftMin, 
	int rightMin
)

Parameters

lang
Type: System..::..String
country
Type: System..::..String
word
Type: array<System..::..Char>[]()[][]
offset
Type: System..::..Int32
len
Type: System..::..Int32
leftMin
Type: System..::..Int32
rightMin
Type: System..::..Int32

See Also