VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_DownscaleInterpolationMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_DownscaleInterpolationMode Method
    In This Topic
    Sets the downscale interpolation method for images.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageInterpolationModeEnumJS
    
    returnValue = instance.set_DownscaleInterpolationMode(value);
    
    
    function set_DownscaleInterpolationMode(
    value
    The downscale interpolation method for images.
    Default value is WebImageInterpolationModeEnumJS.HighQualityBicubic.
    : WebImageInterpolationModeEnumJS
    ) : any;

    Parameters

    value
    The downscale interpolation method for images.
    Default value is WebImageInterpolationModeEnumJS.HighQualityBicubic.
    Browser Compatibility
    56+
    45+
    11
    See Also