Gets or sets the width of the pen.
public double Width {get; set;}
'Declaration
Public Property Width As Double
'Usage
Dim instance As PDFPen
Dim value As Double
instance.Width = value
value = instance.Width
public:
property double Width {
double get();
void set ( double value);
}
Property Value
A
System.Double that represents the width of the pen. The default value is 0.0.
For an example, refer to PDFRectangleAnnotation.