Initializes a new instance of the GreekList class

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

Syntax

C#
public GreekList(
	bool greeklower,
	int symbolIndent
)
Visual Basic
Public Sub New ( _
	greeklower As Boolean, _
	symbolIndent As Integer _
)
Visual C++
public:
GreekList(
	bool greeklower, 
	int symbolIndent
)

Parameters

greeklower
Type: System..::..Boolean
symbolIndent
Type: System..::..Int32

See Also