'Declaration <DescriptionAttribute("The overlay image.")> Public Property Image As Vintasoft.Imaging.VintasoftImage
[Description("The overlay image.")] public Vintasoft.Imaging.VintasoftImage Image { get; set; }
[Description("The overlay image.")] public: __property Vintasoft.Imaging.VintasoftImage* get_Image(); public: __property void set_Image(
Vintasoft.Imaging.VintasoftImage* value
);
[Description("The overlay image.")] public:
property Vintasoft.Imaging.VintasoftImage^ Image { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }