Initializes a new instance of the List class

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

Syntax

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

Parameters

numbered
Type: System..::..Boolean

See Also