PdfPageLabelingRange.StartNumber Property

Gets or sets the start number (i.e value of the numeric portion for the first page label in the range).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int StartNumber { get; set; }
VB
Public Property StartNumber As Integer
	Get
	Set

Property Value

Type: Int32
The start number.

Remarks

Subsequent pages are numbered sequentially from this value.

The start number is optional and may be 0 which means that start number should not be used (or not specified).

See Also