Table of Contents

Class PdfPageLabel

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

The PdfPageLabel used to identify each page visually on the screen or in print.

public class PdfPageLabel
Inheritance
PdfPageLabel
Inherited Members

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.

public PdfPageLabel()

Properties

NumberStyle

Gets or sets the numbering style to be used for the numeric portion of each page label.

public PdfNumberStyle NumberStyle { get; set; }

Property Value

PdfNumberStyle

The PdfNumberStyle specifies numbering style of page labels.

Prefix

Gets or sets the label prefix for page labels.

public string Prefix { get; set; }

Property Value

string

StartNumber

Gets or sets the value of the numeric portion for the first page label in the range

public int StartNumber { get; set; }

Property Value

int

Remarks

The number must be greater than or equal to 1

StartPageIndex

Get or Set the Start page index for page label

public int StartPageIndex { get; set; }

Property Value

int