Back to Devexpress

PdfDocument.PageLabels Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-4b1b3865.md

latest1.5 KB
Original Source

PdfDocument.PageLabels Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IDictionary<int, PdfPageLabel> PageLabels { get; }
vb
Public ReadOnly Property PageLabels As IDictionary(Of Integer, PdfPageLabel)

Property Value

TypeDescription
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

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace