PdfDocument.PageLabels Property
In This Article
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. |
A dictionary, containing the DevExpress. |
#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