VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageScalingCommandJS type / get_ScaleY Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ScaleY Method
    In This Topic
    Gets scale of the image in Y direction.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageScalingCommandJS();
    
    var value; // Type: number
    value = instance.get_ScaleY();
    
    
    function get_ScaleY() : number;
    

    Return Value

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