ImageGear for .NET
LineWidth Property (ImGearPDEGraphicState)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback