ListCounterZeroBased Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the zero based counter, items will be numbered starting from zero. This counter is used as default setting for latin markers.

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 static ListCounter ZeroBased { get; }

Property Value

Type: ListCounter
Remarks

Zero, LowerRoman and UpperRoman.

"The number zero does not have its own Roman numeral, but the word nulla (the Latin word meaning "none") was used by medieval computists in lieu of 0. Dionysius Exiguus was known to use nulla alongside Roman numerals in 525. About 725, Bede or one of his colleagues used the letter N, the initial of nulla, in a table of epacts, all written in Roman numerals."[wikipedia]

So we use "N" to indicate zero in case of UpperRoman and "nulla" in case of LowerRoman.

See Also

Reference