Skip to main content
A newer version of this page is available. .

PdfDocument.Destinations Property

Gets named destinations for targets in the document.

Namespace: DevExpress.Pdf

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

Declaration

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

Property Value

Type Description
IDictionary<String, PdfDestination>

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

See Also