VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class / DownscaleInterpolationMode Property
Синтаксис Требования Смотрите также
В этом разделе
    DownscaleInterpolationMode Свойство (PdfDocumentCompressorCommand)
    В этом разделе
    Возвращает или задает метод интерполяции уменьшения масштаба для изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The downscale interpolation method for images.")>
    <CategoryAttribute("Common")>
    <DefaultValueAttribute(HighQualityBicubic)>
    Public Property DownscaleInterpolationMode As Vintasoft.Imaging.ImageInterpolationMode
    
    
    [Description("The downscale interpolation method for images.")]
    [Category("Common")]
    [DefaultValue(HighQualityBicubic)]
    public Vintasoft.Imaging.ImageInterpolationMode DownscaleInterpolationMode { get; set; }
    
    
    [Description("The downscale interpolation method for images.")]
    [Category("Common")]
    [DefaultValue(HighQualityBicubic)]
    public: __property Vintasoft.Imaging.ImageInterpolationMode get_DownscaleInterpolationMode();
    public: __property void set_DownscaleInterpolationMode(
    Vintasoft.Imaging.ImageInterpolationMode value
    );
    [Description("The downscale interpolation method for images.")]
    [Category("Common")]
    [DefaultValue(HighQualityBicubic)]
    public:
    property Vintasoft.Imaging.ImageInterpolationMode DownscaleInterpolationMode { 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

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