VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / ContainsTemplateImage(VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
ContainsTemplateImage(VintasoftImage) Method (FormTemplateManager)
In This Topic
Determines whether the template manager contains the specified template image.
Syntax
'Declaration

Public Function ContainsTemplateImage( _
ByVal image
The template image.
As Vintasoft.Imaging.VintasoftImage _
) As Boolean
public bool ContainsTemplateImage(
Vintasoft.Imaging.VintasoftImage image
)

Parameters

image
The template image.

Return Value

True if image is found in this FormTemplateManager; otherwise, false.
Exceptions
ExceptionDescription
Thrown if image 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