In This Topic
Sets the image size.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCommandJS();
var returnValue; // Type: any
// Parameters
var width; // Type: number
var height; // Type: number
returnValue = instance.set_Size(width, height);
function set_Size(
: number,
: number
) : any;
Parameters
- width
- Destination width. Valid values are from 1 to 65535. Default value is 100.
- height
- Destination height. Valid values are from 1 to 65535. Default value is 100.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also