'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The result of comparison of image and template image.")> Public Property CompareResult As ImageImprintCompareResult
[DefaultValue(null)] [Description("The result of comparison of image and template image.")] public ImageImprintCompareResult CompareResult { get; set; }
[DefaultValue(null)] [Description("The result of comparison of image and template image.")] public: __property ImageImprintCompareResult* get_CompareResult(); public: __property void set_CompareResult(
ImageImprintCompareResult* value
);
[DefaultValue(null)] [Description("The result of comparison of image and template image.")] public:
property ImageImprintCompareResult^ CompareResult { ImageImprintCompareResult^ get(); void set(ImageImprintCompareResult^ value); }