Initializes a new instance of the ZapfDingbatsNumberList class

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

Syntax

C#
public ZapfDingbatsNumberList(
	int type,
	int symbolIndent
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	symbolIndent As Integer _
)
Visual C++
public:
ZapfDingbatsNumberList(
	int type, 
	int symbolIndent
)

Parameters

type
Type: System..::..Int32
symbolIndent
Type: System..::..Int32

See Also