Gets scale of the image.
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.