Get/set the numberdepth of this Section.

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

Syntax

C#
public int NumberDepth { get; set; }
Visual Basic
Public Property NumberDepth As Integer
	Get
	Set
Visual C++
public:
property int NumberDepth {
	int get ();
	void set (int value);
}

Field Value

a int

See Also