PdfViewerControl.CanNavigate(PdfDocumentArea) Method
In This Article
Indicates whether navigation to the PDF document area is allowed.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
area | Pdf |
A Pdf |
#Returns
Type | Description |
---|---|
Boolean | true, if you are allowed to navigate to the document area; otherwise, false. |
See Also