VintaSoft Imaging .NET SDK 15.1: 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);

Parameters

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