VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class / downscaleInterpolationMode Property
Syntax Requirements SeeAlso
In This Topic
    downscaleInterpolationMode Property (WebPdfDocumentCompressorSettings)
    In This Topic
    Gets or sets the downscale interpolation method for images.
    Syntax
    'Declaration
    
    Public Property downscaleInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
    
    
    public Vintasoft.Imaging.ImageInterpolationMode downscaleInterpolationMode { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageInterpolationMode get_downscaleInterpolationMode();
    public: __property void set_downscaleInterpolationMode(
    Vintasoft.Imaging.ImageInterpolationMode value
    );
    public:
    property Vintasoft.Imaging.ImageInterpolationMode downscaleInterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }

    Property Value

    Default value is Vintasoft.Imaging.ImageInterpolationMode.HighQualityBicubic.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also