Back to Devexpress

PdfViewerControl.GoToDestination(String) Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dot-gotodestination-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

PdfViewerControl.GoToDestination(String) Method

Navigates to the specified destination.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool GoToDestination(
    string destinationName
)
vb
Public Function GoToDestination(
    destinationName As String
) As Boolean

Parameters

NameTypeDescription
destinationNameString

The name of the destination to which the PDF Viewer should navigate.

|

Returns

TypeDescription
Boolean

true if the operation is performed successfully; otherwise, false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace