Property StartNumber
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
StartNumber
Gets or sets the start number (i.e value of the numeric portion for the first page label in the range).
public int StartNumber { get; set; }
Property Value
- int
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).