ListCounterInitialValue Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the counter start value, this value will be added to zero-based list item index to form a final value.

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 int InitialValue { get; set; }

Property Value

Type: Int32
The counter start.
See Also

Reference