VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_DownscaleInterpolationMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DownscaleInterpolationMode Method
    In This Topic
    Gets the downscale interpolation method for images.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebImageInterpolationModeEnumJS
    value = instance.get_DownscaleInterpolationMode();
    
    
    function get_DownscaleInterpolationMode() : WebImageInterpolationModeEnumJS;
    

    Return Value

    The downscale interpolation method for images.
    Browser Compatibility
    56+
    45+
    11
    See Also