VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ImageScalingRequestParams Class / interpolationMode Property
Syntax Requirements SeeAlso
In This Topic
    interpolationMode Property (ImageScalingRequestParams)
    In This Topic
    Gets or sets the interpolation algorithm, which should be used for transforming the image.
    Syntax
    'Declaration
    
    Public Property interpolationMode As Vintasoft.Imaging.ImageInterpolationMode
    
    
    public Vintasoft.Imaging.ImageInterpolationMode interpolationMode { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageInterpolationMode get_interpolationMode();
    public: __property void set_interpolationMode(
    Vintasoft.Imaging.ImageInterpolationMode value
    );
    public:
    property Vintasoft.Imaging.ImageInterpolationMode interpolationMode { 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