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
See Also