Back to Devexpress

PdfViewerControl.AllowCurrentPageHighlighting Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-75b8b32e.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool AllowCurrentPageHighlighting { get; set; }
vb
Public Property AllowCurrentPageHighlighting As Boolean

Property Value

TypeDescription
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

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace