ImageGear .NET v24.12 - Updated
LineJoin Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEGraphicState Class : LineJoin Property
Gets or sets the line join style, corresponding to the j (setlinejoin) operator.
Syntax
'Declaration
 
Public Property LineJoin As Integer
'Usage
 
Dim instance As ImGearPDEGraphicState
Dim value As Integer
 
instance.LineJoin = value
 
value = instance.LineJoin
public int LineJoin {get; set;}
public: __property int get_LineJoin();
public: __property void set_LineJoin( 
   int value
);
public:
property int LineJoin {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is 0.
See Also

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members