PdfDocument.Destinations Property
In This Article
Gets named destinations for targets in the document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IDictionary<string, PdfDestination> Destinations { get; }
#Property Value
Type | Description |
---|---|
IDictionary<String, Pdf |
A dictionary, containing the Pdf |
See Also