PdfViewerControl.AllowCurrentPageHighlighting Property
In This Article
Gets or sets whether to highlight the current document page. This is a dependency property.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to highlight the current page; otherwise, false. |
#Remarks
If the AllowCurrentPageHighlighting property is set to true, the current document page is highlighted by changing the color of its border.
See Also