PDFView4NET WinForms Edition
FormFieldHighlightColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : FormFieldHighlightColor Property
Gets or sets the color for highlighting the form fields.
Syntax
'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.
Remarks
It is recommended to use a transparent color (alpha less than 255) for this property, otherwise the field content under highlight will not be visible.
Requirements

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

See Also

Reference

PDFPageView Class
PDFPageView Members