Skip to main content

PdfDocument.PageLabels Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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