PDFView4NET WPF Edition
BorderWidth Property (PDFSCAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFSCAnnotation Class : BorderWidth Property
Gets or sets the border width.
Syntax
'Declaration
 
Public Property BorderWidth As Double
'Usage
 
Dim instance As PDFSCAnnotation
Dim value As Double
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public double BorderWidth {get; set;}
public: __property double get_BorderWidth();
public: __property void set_BorderWidth( 
   double value
);
public:
property double BorderWidth {
   double get();
   void set (    double value);
}

Property Value

The width of the annotation's border.
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

PDFSCAnnotation Class
PDFSCAnnotation Members