Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Styles.AppearanceListCounter
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Defines base index for Ordered lists.
Inheritance Hierarchy
Apitron.PDF.Kit.Styles.AppearanceListCounter
Namespace: Apitron.PDF.Kit.Styles.Appearance
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The ListCounter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListCounter |
Initializes a new instance of the ListCounter class.
|
Properties
Name | Description | |
---|---|---|
![]() | InitialValue |
Gets or sets the counter start value, this value will be added to zero-based list item index to form a final value.
|
![]() ![]() | Standard |
Gets the standard counter, items will be numbered starting from 1.
This counter is used as default setting for decimal and roman markers.
|
![]() ![]() | ZeroBased |
Gets the zero based counter, items will be numbered starting from zero. This counter is used as default setting for latin markers.
|
See Also