Initializes a new instance of the ZapfDingbatsList class

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

Syntax

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

Parameters

zn
Type: System..::..Int32
symbolIndent
Type: System..::..Int32

See Also