Constructs a List.

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

Syntax

C#
public List(
	bool numbered,
	float symbolIndent
)
Visual Basic
Public Sub New ( _
	numbered As Boolean, _
	symbolIndent As Single _
)
Visual C++
public:
List(
	bool numbered, 
	float symbolIndent
)

Parameters

numbered
Type: System..::..Boolean
a bool
symbolIndent
Type: System..::..Single
the indentation that has to be used for the listsymbol

Remarks

the parameter symbolIndent is important for instance when generating PDF-documents; it indicates the indentation of the listsymbol.

See Also