VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebResampleCommandJS type / set_InterpolationMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_InterpolationMode Method
    In This Topic
    Sets the interpolation algorithm, which should be used for resizing the image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebResampleCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebInterpolationModeEnumJS
    
    returnValue = instance.set_InterpolationMode(value);
    
    
    function set_InterpolationMode(
    value
    An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBicubic".
    : WebInterpolationModeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBicubic".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also