VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / DownscaleImageInterpolationMode Property
Syntax Requirements SeeAlso
In This Topic
    DownscaleImageInterpolationMode Property (PdfOptimizeContentImageCommand)
    In This Topic
    Gets or sets the interpolation method, which should be used for downscaling images of image-resources.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(HighQualityBicubic)>
    <DescriptionAttribute("The interpolation method, which should be used for downscaling images of image-resources.")>
    Public Property DownscaleImageInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
    
    
    [DefaultValue(HighQualityBicubic)]
    [Description("The interpolation method, which should be used for downscaling images of image-resources.")]
    public Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { get; set; }
    
    
    [DefaultValue(HighQualityBicubic)]
    [Description("The interpolation method, which should be used for downscaling images of image-resources.")]
    public: __property Vintasoft.Imaging.ImageInterpolationMode get_DownscaleImageInterpolationMode();
    public: __property void set_DownscaleImageInterpolationMode(
    Vintasoft.Imaging.ImageInterpolationMode value
    );
    [DefaultValue(HighQualityBicubic)]
    [Description("The interpolation method, which should be used for downscaling images of image-resources.")]
    public:
    property Vintasoft.Imaging.ImageInterpolationMode DownscaleImageInterpolationMode { Vintasoft.Imaging.ImageInterpolationMode get(); void set(Vintasoft.Imaging.ImageInterpolationMode value); }

    Property Value

    Default value is ImageInterpolationMode.HighQualityBicubic.
    Requirements

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

    See Also