PDFView4NET WPF Edition
FormFieldHighlightColor Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : FormFieldHighlightColor Property
Gets or sets the color for highlighting the form fields.
Syntax
'Declaration
 
Public Property FormFieldHighlightColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.FormFieldHighlightColor = value
 
value = instance.FormFieldHighlightColor
public Color FormFieldHighlightColor {get; set;}
public: __property Color get_FormFieldHighlightColor();
public: __property void set_FormFieldHighlightColor( 
   Color value
);
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