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