PageLabel Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Object class.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.PageLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public PageLabel(
	int fromPageNumber,
	PageNumberingStyle numberingStyle,
	uint startNumber = 1,
	string preffix = null
)

Parameters

fromPageNumber
Type: SystemInt32
The number of the page (zero based) from which the page labeling should be started.
numberingStyle
Type: Apitron.PDF.Kit.Interactive.Navigation.PageLevelPageNumberingStyle
The numbering style.
startNumber (Optional)
Type: SystemUInt32
The value of the numeric portion for the first page label in the range. Subsequent pages shall be numbered sequentially from this value, which shall be greater than or equal to 1. Default value: 1.
preffix (Optional)
Type: SystemString
The preffix.
See Also

Reference