set_AutoSeedPercentageGeneration Method
                In This Topic
            
            Sets a value indicating whether the seed percentage is calculated automatically.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutoSeedPercentageGeneration(value);
 
    
      
      function set_AutoSeedPercentageGeneration(
    : boolean
) : any;
 
    
       
      Parameters
- value
- True - seed percentage is calculated automatically; False - seed percentage is NOT calculated automatically. Default value is True.
 
Exceptions
| Exception | Description | 
|---|
|  | Thrown if argument has wrong type. | 
Browser Compatibility
See Also