Back to Devexpress

PdfViewerControl.DestinationNames Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-2bd3bf22.md

latest1.4 KB
Original Source

PdfViewerControl.DestinationNames Property

Returns a list of destination names.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IReadOnlyCollection<string> DestinationNames { get; }
vb
Public ReadOnly Property DestinationNames As IReadOnlyCollection(Of String)

Property Value

TypeDescription
IReadOnlyCollection<String>

A list of destination names.

|

Remarks

Call the PdfViewer.GoToDestination(String) method to navigate to a specific destination.

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace