ImageGear .NET v25.0 - Updated
LineWidth Property (ImGearPDEGraphicState)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEGraphicState Class : LineWidth Property
Gets or sets the line width, corresponding to the w (setlinewidth) operator.
Syntax
'Declaration
 
Public Property LineWidth As Integer
'Usage
 
Dim instance As ImGearPDEGraphicState
Dim value As Integer
 
instance.LineWidth = value
 
value = instance.LineWidth
public int LineWidth {get; set;}
public: __property int get_LineWidth();
public: __property void set_LineWidth( 
   int value
);
public:
property int LineWidth {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is ImGearPDFFixedValues.ONE.
See Also

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members
ImGearPDFFixedValues Enumeration