VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / get_SmoothingMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SmoothingMode Method
    In This Topic
    Gets the smoothing mode for image rendering.
    Syntax
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var value; // Type: Vintasoft.Shared.WebSmoothingModeEnumJS
    value = instance.get_SmoothingMode();
    
    
    function get_SmoothingMode() : WebSmoothingModeEnumJS;
    

    Return Value

    WebSmoothingModeEnumJS for image rendering.
    Browser Compatibility
    9
    See Also