Accusoft.NotateXpress13.Net
PenWidth Property (ImageToolbarDefaults)




Gets and sets the width of the pen used to draw the border of the image annotation.
Syntax
public int PenWidth {get; set;}
public: __property int get_PenWidth();
public: __property void set_PenWidth( 
   int value
);
public:
property int PenWidth {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property PenWidth As Integer
 
'Usage
 
Dim instance As ImageToolbarDefaults
Dim value As Integer
 
instance.PenWidth = value
 
value = instance.PenWidth

Property Value

An integer value which represents the pen width, in pixels.
Remarks

The default value is 1.

See Also

Reference

ImageToolbarDefaults Class
ImageToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback