downscaleInterpolationMode Property (WebPdfDocumentCompressorSettings)
Gets or sets the downscale interpolation method for images.
'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
);
public:
property Vintasoft.Imaging.ImageInterpolationMode downscaleInterpolationMode {
Vintasoft.Imaging.ImageInterpolationMode get();
void set(Vintasoft.Imaging.ImageInterpolationMode );
}
Property Value
Default value is Vintasoft.Imaging.ImageInterpolationMode.HighQualityBicubic.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5