Back to Devexpress

PdfDocument.Destinations Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-0cbad64e.md

latest1.3 KB
Original Source

PdfDocument.Destinations Property

Gets named destinations for targets in the document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IDictionary<string, PdfDestination> Destinations { get; }
vb
Public ReadOnly Property Destinations As IDictionary(Of String, PdfDestination)

Property Value

TypeDescription
IDictionary<String, PdfDestination>

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace