VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebButterworthLowpassCommandJS type / set_Order Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Order Method
    In This Topic
    Sets the order of Butterworth filter.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebButterworthLowpassCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Order(value);
    
    
    function set_Order(
    value
    The order of Butterworth filter. Possible value is any positive value. Default value is 2.
    : number
    ) : any;

    Parameters

    value
    The order of Butterworth filter. Possible value is any positive value. Default value is 2.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument value is not positive.
    Browser Compatibility
    56+
    45+
    11
    See Also