VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResampleCommandJS type / set_VerticalResolution Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
Vertical resolution. Valid values are from 1 to 12800. Default value is 96.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also