Initializes a new instance of the RomanList class

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

Syntax

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

Parameters

symbolIndent
Type: System..::..Int32

See Also