ListCounter Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Defines base index for Ordered lists.
Inheritance Hierarchy

SystemObject
  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

public sealed class ListCounter : IStyleParameter

The ListCounter type exposes the following members.

Constructors

  NameDescription
Public methodListCounter
Initializes a new instance of the ListCounter class.
Top
Properties

  NameDescription
Public propertyInitialValue
Gets or sets the counter start value, this value will be added to zero-based list item index to form a final value.
Public propertyStatic memberStandard
Gets the standard counter, items will be numbered starting from 1. This counter is used as default setting for decimal and roman markers.
Public propertyStatic memberZeroBased
Gets the zero based counter, items will be numbered starting from zero. This counter is used as default setting for latin markers.
Top
See Also

Reference