'Declaration <DescriptionAttribute("A copy of thumbnail image.")> Public Overridable Property ThumbnailImage As Vintasoft.Imaging.VintasoftImage
[Description("A copy of thumbnail image.")] public virtual Vintasoft.Imaging.VintasoftImage ThumbnailImage { get; set; }
[Description("A copy of thumbnail image.")] public: __property virtual Vintasoft.Imaging.VintasoftImage* get_ThumbnailImage(); public: __property virtual void set_ThumbnailImage(
Vintasoft.Imaging.VintasoftImage* value
);
[Description("A copy of thumbnail image.")] public:
virtual property Vintasoft.Imaging.VintasoftImage^ ThumbnailImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }