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




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