VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebButterworthHighpassCommandJS type / get_Order Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Order Method
    In This Topic
    Gets the order of Butterworth filter.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebButterworthHighpassCommandJS();
    
    var value; // Type: number
    value = instance.get_Order();
    
    
    function get_Order() : number;
    

    Return Value

    The order of Butterworth filter. Possible value is any positive value. Default value is 2.
    Browser Compatibility
    56+
    45+
    11
    See Also