VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebButterworthHighpassCommandJS type / set_Order Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_Order Method
Sets the order of Butterworth filter.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebButterworthHighpassCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Order(value);

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