Skip to main content
A newer version of this page is available. .

PdfDocument.PageLabels Property

Provides access to the number tree defining the page labeling for the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public IDictionary<int, PdfPageLabel> PageLabels { get; }

Property Value

Type Description
IDictionary<Int32, DevExpress.Pdf.PdfPageLabel>

A dictionary, containing the DevExpress.Pdf.PdfPageLabel objects, along with their integer key values.

Remarks

The keys in this tree shall be page indices; the corresponding values shall be page label dictionaries.

Each page index shall denote the first page in a labeling range to which the specified page label dictionary applies.

The tree shall include a value for page index 0.

See Also