set_NoisePercentage Method
In This Topic
Sets the noise rate on image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_NoisePercentage(value);
function set_NoisePercentage(
: number
) : any;
Parameters
- value
- Noise rate. Valid values are from 0 to 100. Default value is 100.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also