var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS(); var returnValue; // Type: any // Parameters var value; // Type: number returnValue = instance.set_Scale(value);
function set_Scale(
valueScale of the image. Value must be positive. Default value is 1.: number
) : any;
Parameters
- value
- Scale of the image. Value must be positive. Default value is 1.