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




In This Topic
    LineCap Property
    In This Topic
    Gets or sets the line cap style, corresponding to the J (setlinecap) operator.
    Syntax
    'Declaration
     
    Public Property LineCap As Integer
    'Usage
     
    Dim instance As ImGearPDEGraphicState
    Dim value As Integer
     
    instance.LineCap = value
     
    value = instance.LineCap
    public int LineCap {get; set;}
    public: __property int get_LineCap();
    public: __property void set_LineCap( 
       int value
    );
    public:
    property int LineCap {
       int get();
       void set (    int value);
    }

    Property Value

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