set_VerticalResolution Method
In This Topic
Sets destination vertical resolution.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebResampleCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_VerticalResolution(value);
function set_VerticalResolution(
: number
) : any;
Parameters
- value
- Vertical resolution. Valid values are from 1 to 12800. Default value is 96.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also