PdfViewerControl.DestinationNames Property
In This Article
Returns a list of destination names.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public IReadOnlyCollection<string> DestinationNames { get; }
#Property Value
Type | Description |
---|---|
IRead |
A list of destination names. |
#Remarks
Call the PdfViewer.GoToDestination(String) method to navigate to a specific destination.
See Also