VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / get_NoiseType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NoiseType Method
    In This Topic
    Gets a type of noise to add to the image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebNoiseTypeEnumJS
    value = instance.get_NoiseType();
    
    
    function get_NoiseType() : WebNoiseTypeEnumJS;
    

    Return Value

    An instance of WebNoiseTypeEnumJS class. Default value is "Uniform".
    Browser Compatibility
    56+
    45+
    11
    See Also