VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / CompensateTemplateImageBackground(VintasoftImage,FormFieldTemplate) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CompensateTemplateImageBackground(VintasoftImage,FormFieldTemplate) Method (FormTemplateManager)
    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 Sub CompensateTemplateImageBackground( _
    ByVal templateImage
    The template image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal fieldTemplate
    The field template.
    As FormFieldTemplate _
    )

    Parameters

    templateImage
    The template image.
    fieldTemplate
    The field template.
    Exceptions
    ExceptionDescription
    Thrown if fieldTemplate is null.
    Requirements

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

    See Also