VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / DownscaleImageInterpolationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    DownscaleImageInterpolationMode Свойство (PdfOptimizeContentImageCommand)
    В этом разделе
    Возвращает или задает метод интерполяции,который следует использовать для уменьшения масштаба изображений изображений-ресурсов.
    Синтаксис
    '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

    Значение по умолчанию - ImageInterpolationMode.HighQualityBicubic.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также