Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocument.PageLabels Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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