ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback