Skip to main content
A newer version of this page is available. .

PdfViewerControl.CanNavigate(PdfDocumentArea) Method

Indicates whether navigation to the PDF document area is allowed.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public virtual bool CanNavigate(
    PdfDocumentArea area
)

Parameters

Name Type Description
area PdfDocumentArea

A PdfDocumentArea object that represents document area.

Returns

Type Description
Boolean

true, if you are allowed to navigate to the document area; otherwise, false.

See Also