PDFView4NET WPF Edition
DefaultRectangleAnnotationBorderWidth Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : DefaultRectangleAnnotationBorderWidth Property
Gets or sets the default border width for rectangle annotations.
Syntax
'Declaration
 
Public Property DefaultRectangleAnnotationBorderWidth As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.DefaultRectangleAnnotationBorderWidth = value
 
value = instance.DefaultRectangleAnnotationBorderWidth
public double DefaultRectangleAnnotationBorderWidth {get; set;}
public: __property double get_DefaultRectangleAnnotationBorderWidth();
public: __property void set_DefaultRectangleAnnotationBorderWidth( 
   double value
);
public:
property double DefaultRectangleAnnotationBorderWidth {
   double get();
   void set (    double value);
}

Property Value

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