ImageGear .NET v25.0 - Updated
Flatness Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEGraphicState Class : Flatness Property
Gets or sets the line flatness, corresponding to the i (setflat) operator.
Syntax
'Declaration
 
Public Property Flatness As Integer
'Usage
 
Dim instance As ImGearPDEGraphicState
Dim value As Integer
 
instance.Flatness = value
 
value = instance.Flatness
public int Flatness {get; set;}
public: __property int get_Flatness();
public: __property void set_Flatness( 
   int value
);
public:
property int Flatness {
   int get();
   void set (    int value);
}

Property Value

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

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members