PdfViewer.HighlightedFormFieldColor Property
Gets or sets a color which is used to highlight form fields in a PDF document.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#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 PdfViewer.HighlightFormFields property to true.
The following image demonstrates the HighlightedFormFieldColor property set to Color.FromArgb(120, 255, 0, 0)