PdfViewerControl.IsDocumentPositionInView(PdfDocumentPosition) Method
In This Article
Indicates the current visibility of a specific PdfDocumentPosition.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public virtual bool IsDocumentPositionInView(
PdfDocumentPosition position
)
#Parameters
Name | Type | Description |
---|---|---|
position | Pdf |
A Pdf |
#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