VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResampleCommandJS type / get_VerticalResolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_VerticalResolution Method
    In This Topic
    Gets destination vertical resolution.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebResampleCommandJS();
    
    var value; // Type: number
    value = instance.get_VerticalResolution();
    
    
    function get_VerticalResolution() : number;
    

    Return Value

    Vertical resolution. Valid values are from 1 to 12800. Default value is 96.
    Browser Compatibility
    56+
    45+
    11
    See Also