Accusoft.NotateXpress13.Net
PenWidth Property (FreehandToolbarDefaults)




Gets and sets the width of the pen used to draw the Freehand annotation.
Syntax
'Declaration
 
Public Property PenWidth As Integer
'Usage
 
Dim instance As FreehandToolbarDefaults
Dim value As Integer
 
instance.PenWidth = value
 
value = instance.PenWidth
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);
}

Property Value

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

The default value is 1.

See Also

Reference

FreehandToolbarDefaults Class
FreehandToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback