'Declaration <DescriptionAttribute("An image, which must be compared with the source image.")> <DefaultValueAttribute(null)> Public Property Image As Vintasoft.Imaging.VintasoftImage
[Description("An image, which must be compared with the source image.")] [DefaultValue(null)] public Vintasoft.Imaging.VintasoftImage Image { get; set; }
[Description("An image, which must be compared with the source image.")] [DefaultValue(null)] public: __property Vintasoft.Imaging.VintasoftImage* get_Image(); public: __property void set_Image(
Vintasoft.Imaging.VintasoftImage* value
);
[Description("An image, which must be compared with the source image.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.VintasoftImage^ Image { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }