VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResampleCommandJS type / set_HorizontalResolution Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HorizontalResolution Method
    In This Topic
    Sets destination horizontal resolution.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebResampleCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_HorizontalResolution(value);
    
    
    function set_HorizontalResolution(
    value
    Horizontal resolution. Valid values are from 1 to 12800. Default value is 96.
    : number
    ) : any;

    Parameters

    value
    Horizontal resolution. Valid values are from 1 to 12800. Default value is 96.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also