ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRasterSaveOptions Class / ScaleX Property




In This Topic
    ScaleX Property
    In This Topic
    Gets or sets the x-axis scale factor.
    Syntax
    'Declaration
     
    Public Property ScaleX As Double
    'Usage
     
    Dim instance As ImGearRasterSaveOptions
    Dim value As Double
     
    instance.ScaleX = value
     
    value = instance.ScaleX
    public double ScaleX {get; set;}
    public: __property double get_ScaleX();
    public: __property void set_ScaleX( 
       double value
    );
    public:
    property double ScaleX {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks

    Values between 0.0 and 1.0 decrease the vector page width.

    Values greater than 1.0 increase the vector page width.

    Value of 1.0 indicates that the vector page width is not scaled in the x-direction.

    The default value is 1.0.

    See Also