VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / set_NoiseType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_NoiseType Method
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);

Parameters

value
An instance of WebNoiseTypeEnumJS class. Default value is "Uniform".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also