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




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