Skip to main content
A newer version of this page is available. .

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

Declaration

public Color HighlightedFormFieldColor { get; set; }

Property Value

Type Description
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)

HighlightFormFieldRedColor

See Also