'Declaration <DescriptionAttribute("The interpolation method, which should be used for downscaling images of image-resources.")> <DefaultValueAttribute(HighQualityBicubic)> Public Property DownscaleImageInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
[Description("The interpolation method, which should be used for downscaling images of image-resources.")] [DefaultValue(HighQualityBicubic)] public Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { get; set; }
[Description("The interpolation method, which should be used for downscaling images of image-resources.")] [DefaultValue(HighQualityBicubic)] public: __property Vintasoft.Imaging.ImageInterpolationMode get_DownscaleImageInterpolationMode(); public: __property void set_DownscaleImageInterpolationMode(
Vintasoft.Imaging.ImageInterpolationMode value
);
[Description("The interpolation method, which should be used for downscaling images of image-resources.")] [DefaultValue(HighQualityBicubic)] public:
property Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }
Property Value
Default value is ImageInterpolationMode.HighQualityBicubic.