PdfViewer.DestinationNames Property
Returns a list of destination names.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
[Browsable(false)]
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.