Skip to main content

PdfViewerControl.AllowCurrentPageHighlighting Property

Gets or sets whether to highlight the current document page. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool AllowCurrentPageHighlighting { get; set; }

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