VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageScalingCommandJS type / get_ScaleX Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ScaleX Method
In This Topic
Gets scale of the image in X direction.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS();

var value; // Type: number
value = instance.get_ScaleX();

Return Value

Scale of the image in X direction. Value must be positive. Default value is 1.
Browser Compatibility
56+
45+
11
See Also