In This Topic
            
            Sets the smoothing mode for image rendering.
            
            
Syntax
      
      
      
      
      var instance = new Vintasoft.Shared.WebCompositeRenderingSettingsJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: WebSmoothingModeEnumJS
returnValue = instance.set_SmoothingMode(value);
 
    
      
      function set_SmoothingMode(
    : WebSmoothingModeEnumJS
) : any;
 
    
       
      Parameters
- value
- An instance of WebSmoothingModeEnumJS class that represents smoothing mode for image rendering.
 
Exceptions
| Exception | Description | 
|---|
|  | Thrown if argument has wrong type. | 
Browser Compatibility
See Also