VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfImageResource Class / Interpolate Property
Синтаксис Требования Смотрите также
В этом разделе
    Interpolate Свойство (PdfImageResource)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли выполняться интерполяция изображения при его визуализации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether image interpolation must be performed when image is rendered.")>
    Public Property Interpolate As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether image interpolation must be performed when image is rendered.")]
    public bool Interpolate { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether image interpolation must be performed when image is rendered.")]
    public: __property bool get_Interpolate();
    public: __property void set_Interpolate(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether image interpolation must be performed when image is rendered.")]
    public:
    property bool Interpolate { bool get(); void set(bool value); }
    Требования

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

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