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

Syntax

C#
public bool Lettered { get; set; }
Visual Basic
Public Property Lettered As Boolean
	Get
	Set
Visual C++
public:
property bool Lettered {
	bool get ();
	void set (bool value);
}

See Also