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

    Return Value

    Scale of the image. -1 if image has different scale for X and Y axis; otherwise, the scale for X axis.
    Browser Compatibility
    56+
    45+
    11
    See Also