VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / set_InterpolationMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_InterpolationMode Method
    In This Topic
    Sets the interpolation mode for image rendering.
    Syntax
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebInterpolationModeEnumJS
    
    returnValue = instance.set_InterpolationMode(value);
    
    
    function set_InterpolationMode(
    value
    An instance of WebInterpolationModeEnumJS class that represents interpolation mode for image rendering.
    : WebInterpolationModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebInterpolationModeEnumJS class that represents interpolation mode for image rendering.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also