var instance = new Vintasoft.Imaging.ImageProcessing.WebResizeCommandJS(); var value; // Type: object value = instance.get_Size();
function get_Size() : object;
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 }.