Constructs a List.

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

Collapse imageSyntax

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

Parameters

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

Collapse imageSee Also