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