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

    Return Value

    WebInterpolationModeEnumJS for image rendering.
    Browser Compatibility
    9
    See Also