Skip to main content

PdfNames.PageNames Property

Provides access to a dictionary of page names.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfPage> PageNames { get; }

Property Value

Type Description
IDictionary<String, PdfPage>

A dictionary, containing the PdfPage objects, along with their String key values.

See Also