'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); }