set_AutoNoiseGeneration Method
In This Topic
Sets a value indicating whether the variance and mean is calculated automatically.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutoNoiseGeneration(value);
function set_AutoNoiseGeneration(
: boolean
) : any;
Parameters
- value
- True - variance and mean are calculated automatically; False - variance and mean are NOT calculated automatically. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also