ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEGraphicState Class / LineJoin Property




In This Topic
    LineJoin Property
    In This Topic
    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