PDFView4NET WinForms Edition
DefaultHighlightAnnotationColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : DefaultHighlightAnnotationColor Property
Gets or sets the default highlight color.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default color for drawing highlight annotations")>
<DefaultValueAttribute(System.Drawing.Color, "Yellow")>
Public Property DefaultHighlightAnnotationColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.DefaultHighlightAnnotationColor = value
 
value = instance.DefaultHighlightAnnotationColor
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing highlight annotations")]
[DefaultValue(System.Drawing.Color, "Yellow")]
public Color DefaultHighlightAnnotationColor {get; set;}
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing highlight annotations")]
[DefaultValue(System.Drawing.Color, "Yellow")]
public: __property Color get_DefaultHighlightAnnotationColor();
public: __property void set_DefaultHighlightAnnotationColor( 
   Color value
);
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing highlight annotations")]
[DefaultValue(System.Drawing.Color, "Yellow")]
public:
property Color DefaultHighlightAnnotationColor {
   Color get();
   void set (    Color value);
}

Property Value

The default color used to draw the highlight annotation on the screen.
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