Back to Devexpress

PdfViewerControl.HighlightFormFields Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-2c269eb9.md

latest1.2 KB
Original Source

PdfViewerControl.HighlightFormFields Property

Gets or sets a value which indicates whether to use a color to highlight interactive form fields in a PDF document.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
Boolean

true to highlight form fields with a color; false to disable form field highlighting. The default is false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace