ImageGear .NET v25.0 - Updated
MiterLimit Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEGraphicState Class : MiterLimit Property
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

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members
ImGearPDFFixedValues Enumeration