VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / ImageProcessingTool Class / ExecuteProcessingButtonImage Property
Синтаксис Требования Смотрите также
В этом разделе
    ExecuteProcessingButtonImage Свойство (ImageProcessingTool)
    В этом разделе
    Возвращает или устанавливает изображение кнопки, которая выполняет обработку изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("An image of button that executes the image processing.")>
    Public Property ExecuteProcessingButtonImage As Vintasoft.Imaging.VintasoftImage
    
    
    [Description("An image of button that executes the image processing.")]
    public Vintasoft.Imaging.VintasoftImage ExecuteProcessingButtonImage { get; set; }
    
    
    [Description("An image of button that executes the image processing.")]
    public: __property Vintasoft.Imaging.VintasoftImage* get_ExecuteProcessingButtonImage();
    public: __property void set_ExecuteProcessingButtonImage(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [Description("An image of button that executes the image processing.")]
    public:
    property Vintasoft.Imaging.VintasoftImage^ ExecuteProcessingButtonImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
    Требования

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

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