VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResizeCommandJS type / get_Size Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Size Method
In This Topic
Gets the image size.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCommandJS();

var value; // Type: object
value = instance.get_Size();

Return Value

Image size. Valid width is from 1 to 65535, valid height is from 1 to 65535. Default value is { width: 100, height : 100 }.
Browser Compatibility
56+
45+
11
See Also