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

Syntax

C#
public char this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As Char
	Get
	Set
Visual C++
public:
property wchar_t default[int index] {
	wchar_t get (int index);
	void set (int index, wchar_t value);
}

Parameters

index
Type: System..::..Int32

See Also