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(
	float symbolIndent
)
Visual Basic
Public Sub New ( _
	symbolIndent As Single _
)
Visual C++
public:
List(
	float symbolIndent
)

Parameters

symbolIndent
Type: System..::..Single

See Also