ImageGear v26.0 - Updated
BorderWidth Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > WidgetAnnotation Class : BorderWidth Property
Gets or sets the border width of the widget. It can be any non-negative integer, or a preset width defined in AnnotationBorderWidth.
Syntax
'Declaration
 
Public Property BorderWidth As Integer
'Usage
 
Dim instance As WidgetAnnotation
Dim value As Integer
 
instance.BorderWidth = value
 
value = instance.BorderWidth
public int BorderWidth {get; set;}
public: __property int get_BorderWidth();
public: __property void set_BorderWidth( 
   int value
);
public:
property int BorderWidth {
   int get();
   void set (    int value);
}

Property Value

The border width in points. If this value is 0, no border is drawn.
See Also

Reference

WidgetAnnotation Class
WidgetAnnotation Members

Is this page helpful?
Yes No
Thanks for your feedback.