VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageSmoothingCommandJS type / set_Radius Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Radius Method
    In This Topic
    Sets the radius of filter, in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Radius(value);
    
    
    function set_Radius(
    value
    Radius of filter, in pixels. Possible value is any positive value. Default value is 7.
    : number
    ) : any;

    Parameters

    value
    Radius of filter, in pixels. Possible value is any positive value. Default value is 7.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument value is not positive.
    Browser Compatibility
    56+
    45+
    11
    See Also