In This Topic
Sets a type of noise to add to the image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebNoiseTypeEnumJS
returnValue = instance.set_NoiseType(value);
function set_NoiseType(
: WebNoiseTypeEnumJS
) : any;
Parameters
- value
- An instance of WebNoiseTypeEnumJS class. Default value is "Uniform".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also