Back to Devexpress

PdfViewerControl.HighlightedFormFieldColor Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-a18d975d.md

latest1.6 KB
Original Source

PdfViewerControl.HighlightedFormFieldColor Property

Gets or sets a color which is used to highlight 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 Color HighlightedFormFieldColor { get; set; }
vb
Public Property HighlightedFormFieldColor As Color

Property Value

TypeDescription
Color

A Color value that specifies the form field color to be highlighted.

|

Remarks

To provide highlighted form fields in a PDF document, set the PdfViewerControl.HighlightFormFields property to true.

The following image demonstrates the HighlightedFormFieldColor property set to Color.FromArgb(120, 255, 0, 0)

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace