Skip to main content
A newer version of this page is available. .
All docs
V22.1

PdfViewerControl.DestinationNames Property

Returns a list of destination names.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v22.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public IReadOnlyCollection<string> DestinationNames { get; }

Property Value

Type Description
IReadOnlyCollection<String>

A list of destination names.

Remarks

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

See Also