Gets or sets the color for highlighting the form fields.
'Declaration
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Highlight color for form fields")>
<DefaultValueAttribute(System.Drawing.Color, "64, 173, 216, 230")>
Public Property FormFieldHighlightColor As Color
'Usage
Dim instance As PDFPageView
Dim value As Color
instance.FormFieldHighlightColor = value
value = instance.FormFieldHighlightColor
[Category("PDF Forms")]
[Description("Highlight color for form fields")]
[DefaultValue(System.Drawing.Color, "64, 173, 216, 230")]
public Color FormFieldHighlightColor {get; set;}
[Category("PDF Forms")]
[Description("Highlight color for form fields")]
[DefaultValue(System.Drawing.Color, "64, 173, 216, 230")]
public: __property Color get_FormFieldHighlightColor();
public: __property void set_FormFieldHighlightColor(
Color value
);
[Category("PDF Forms")]
[Description("Highlight color for form fields")]
[DefaultValue(System.Drawing.Color, "64, 173, 216, 230")]
public:
property Color FormFieldHighlightColor {
Color get();
void set ( Color value);
}
Property Value
The highlight color for form fields.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2