Skip to main content

PdfNames.PageDestinations Property

Gets page destinations for targets in the document.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IDictionary<string, PdfDestination> PageDestinations { get; }

Property Value

Type Description
IDictionary<String, PdfDestination>

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

See Also