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

PdfViewerControl.IsDocumentPositionInView(PdfDocumentPosition) Method

Indicates the current visibility of a specific PdfDocumentPosition.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public virtual bool IsDocumentPositionInView(
    PdfDocumentPosition position
)

Parameters

Name Type Description
position PdfDocumentPosition

A PdfDocumentPosition object that contains information about a specific document’s position.

Returns

Type Description
Boolean

true, if a specific PDF document position is visible; otherwise, false.

Remarks

When you call the IsVisible method for a nullable PdfDocumentPosition or before any document has been loaded, an InvalidOperationException is thrown.

See Also