PDFView4NET WinForms Edition
DefaultEllipseAnnotationBorderWidth Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : DefaultEllipseAnnotationBorderWidth Property
Gets or sets the default border width for ellipse annotations.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default pen width for drawing the border of ellipse annotations")>
<DefaultValueAttribute(1)>
Public Property DefaultEllipseAnnotationBorderWidth As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.DefaultEllipseAnnotationBorderWidth = value
 
value = instance.DefaultEllipseAnnotationBorderWidth
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing the border of ellipse annotations")]
[DefaultValue(1)]
public double DefaultEllipseAnnotationBorderWidth {get; set;}
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing the border of ellipse annotations")]
[DefaultValue(1)]
public: __property double get_DefaultEllipseAnnotationBorderWidth();
public: __property void set_DefaultEllipseAnnotationBorderWidth( 
   double value
);
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing the border of ellipse annotations")]
[DefaultValue(1)]
public:
property double DefaultEllipseAnnotationBorderWidth {
   double get();
   void set (    double value);
}

Property Value

The default width of the pen used to draw the border of ellipse annotation on the screen.
Exceptions
ExceptionDescription
Thown when the value is less than zero.
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