Back to Devexpress

PdfViewer.DestinationNames Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-131dca03.md

latest1.4 KB
Original Source

PdfViewer.DestinationNames Property

Returns a list of destination names.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public IReadOnlyCollection<string> DestinationNames { get; }
vb
<Browsable(False)>
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

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace