Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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 PdfViewer.HighlightFormFields property to true.

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

HighlightFormFieldRedColor

See Also