VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormFieldTemplateGroup Class / CompensateTemplateImageBackground(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
CompensateTemplateImageBackground(VintasoftImage) Method (FormFieldTemplateGroup)
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 Overrides Sub CompensateTemplateImageBackground( _
ByVal templateImage
The template image.
As Vintasoft.Imaging.VintasoftImage _
)
public override 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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also