RequiredFormFieldHighlightColor Property
Gets or sets the color for highlighting the required form fields.
Syntax
'Declaration <CategoryAttribute("PDF Forms")> <DescriptionAttribute("Highlight color for required form fields")> <DefaultValueAttribute(System.Drawing.Color, "0, 0, 0, 0")> Public Property RequiredFormFieldHighlightColor As Color
'Usage Dim instance As PDFPageView Dim value As Color instance.RequiredFormFieldHighlightColor = value value = instance.RequiredFormFieldHighlightColor
[Category("PDF Forms")] [Description("Highlight color for required form fields")] [DefaultValue(System.Drawing.Color, "0, 0, 0, 0")] public Color RequiredFormFieldHighlightColor {get; set;}
Property Value
The highlight color for required form fields.Remarks
The required form fields are highlighted by drawing a colored border around them. If the value of this property is Color.Empty then the required fields are not highlighted.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also