VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / TemplateAligningCommand Class / CompareResult Property
Syntax Requirements SeeAlso
In This Topic
    CompareResult Property (TemplateAligningCommand)
    In This Topic
    Gets or sets the result of comparison of image and template image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The result of comparison of image and template image.")>
    <DefaultValueAttribute(null)>
    Public Property CompareResult As ImageImprintCompareResult
    
    
    [Description("The result of comparison of image and template image.")]
    [DefaultValue(null)]
    public ImageImprintCompareResult CompareResult { get; set; }
    
    
    [Description("The result of comparison of image and template image.")]
    [DefaultValue(null)]
    public: __property ImageImprintCompareResult* get_CompareResult();
    public: __property void set_CompareResult(
    ImageImprintCompareResult* value
    );
    [Description("The result of comparison of image and template image.")]
    [DefaultValue(null)]
    public:
    property ImageImprintCompareResult^ CompareResult { ImageImprintCompareResult^ get(); void set(ImageImprintCompareResult^ value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also