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

Public Function ContainsPageTemplate( _
ByVal page
The page template.
As FormPageTemplate _
) As Boolean
public bool ContainsPageTemplate(
FormPageTemplate page
)

Parameters

page
The page template.

Return Value

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