PDFView4NET WinForms Edition
DefaultRectangleAnnotationBorderColor Property




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

Property Value

The default color used to draw the border of rectangle 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