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

Syntax

C#
protected void InsertBalanced(
	string[] k,
	char[] v,
	int offset,
	int n
)
Visual Basic
Protected Sub InsertBalanced ( _
	k As String(), _
	v As Char(), _
	offset As Integer, _
	n As Integer _
)
Visual C++
protected:
void InsertBalanced(
	array<String^>^ k, 
	array<wchar_t>^ v, 
	int offset, 
	int n
)

Parameters

k
Type: array<System..::..String>[]()[][]
v
Type: array<System..::..Char>[]()[][]
offset
Type: System..::..Int32
n
Type: System..::..Int32

See Also