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




In This Topic
    MiterLimit Property
    In This Topic
    Gets or sets the miter limit, corresponding to the M (setmiterlimit) operator.
    Syntax
    'Declaration
     
    Public Property MiterLimit As Integer
    'Usage
     
    Dim instance As ImGearPDEGraphicState
    Dim value As Integer
     
    instance.MiterLimit = value
     
    value = instance.MiterLimit
    public int MiterLimit {get; set;}
    public: __property int get_MiterLimit();
    public: __property void set_MiterLimit( 
       int value
    );
    public:
    property int MiterLimit {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    The default value is ImGearPDFFixedValues.TEN.
    See Also