VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplate Class / CompensateTemplateImageBackground(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CompensateTemplateImageBackground(VintasoftImage) Method (FormFieldTemplate)
    In This Topic
    Analyzes the template image and saves information required for compensation of background of template image during form field recognition.
    Syntax
    'Declaration
    
    Public Overridable Sub CompensateTemplateImageBackground( _
    ByVal templateImage
    The template image.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public virtual void CompensateTemplateImageBackground(
    Vintasoft.Imaging.VintasoftImage templateImage
    )
    public: virtual void CompensateTemplateImageBackground(
    Vintasoft.Imaging.VintasoftImage* templateImage
    )
    public:
    virtual void CompensateTemplateImageBackground(
    Vintasoft.Imaging.VintasoftImage^ templateImage
    )

    Parameters

    templateImage
    The template image.
    Remarks

    Method clears information required for compensation of background of template image during form field recognition if templateImage is null.

    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