VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDrawImageCommandJS type / get_InterpolationMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_InterpolationMode Method
    In This Topic
    Gets the interpolation algorithm, which should be used for drawing the image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebDrawImageCommandJS();
    
    var value; // Type: Vintasoft.Shared.WebInterpolationModeEnumJS
    value = instance.get_InterpolationMode();
    
    
    function get_InterpolationMode() : WebInterpolationModeEnumJS;
    

    Return Value

    An instance of WebInterpolationModeEnumJS class. Default value is "HighQualityBilinear".
    Browser Compatibility
    56+
    45+
    11
    See Also