Class PdfPageLabel
The PdfPageLabel used to identify each page visually on the screen or in print.
Inheritance
System.Object
PdfPageLabel
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfPageLabel : Object, IPdfWrapper
Remarks
Page labels and page indices need not coincide: the indices are fixed, running consecutively through the document starting from 0 for the first page, but the labels can be specified in any way that is appropriate for the particular document.
Constructors
PdfPageLabel()
Initializes a new instance of the PdfPageLabel class.
Declaration
public PdfPageLabel()
Properties
NumberStyle
Gets or sets the numbering style to be used for the numeric portion of each page label.
Declaration
public PdfNumberStyle NumberStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfNumberStyle | The PdfNumberStyle specifies numbering style of page labels. |
Prefix
Gets or sets the label prefix for page labels.
Declaration
public string Prefix { get; set; }
Property Value
Type |
---|
System.String |
StartNumber
Gets or sets the value of the numeric portion for the first page label in the range
Declaration
public int StartNumber { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
The number must be greater than or equal to 1
StartPageIndex
Get or Set the Start page index for page label
Declaration
public int StartPageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |