In This Topic
Sets scale of the image in Y direction.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ScaleY(value);
function set_ScaleY(
: number
) : any;
Parameters
- value
- Scale of the image in Y direction. Value must be positive. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument value is not positive. |
Browser Compatibility
See Also