Initializes a new instance of the
List class
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public List(
bool numbered,
bool lettered
) |
| Visual Basic |
|---|
Public Sub New ( _
numbered As Boolean, _
lettered As Boolean _
) |
| Visual C++ |
|---|
public:
List(
bool numbered,
bool lettered
) |
See Also