ImageGear .NET v25.0 - Updated
ScaleY Property (ImGearRasterSaveOptions)




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearRasterSaveOptions Class : ScaleY Property
Gets or sets the y-axis scale factor.
Syntax
'Declaration
 
Public Property ScaleY As Double
'Usage
 
Dim instance As ImGearRasterSaveOptions
Dim value As Double
 
instance.ScaleY = value
 
value = instance.ScaleY
public double ScaleY {get; set;}
public: __property double get_ScaleY();
public: __property void set_ScaleY( 
   double value
);
public:
property double ScaleY {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks

Values between 0.0 and 1.0 decrease the vector page height.

Values greater than 1.0 increase the vector page height.

Value of 1.0 indicates that the vector page height is not scaled in the y-direction.

The default value is 1.0.

See Also

Reference

ImGearRasterSaveOptions Class
ImGearRasterSaveOptions Members