VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / GetTemplateImage(FormPageTemplate) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetTemplateImage(FormPageTemplate) Method (FormTemplateManager)
In This Topic
Returns an image associated with specified page template.
Syntax
'Declaration

Public Function GetTemplateImage( _
ByVal page
A page template.
As FormPageTemplate _
) As Vintasoft.Imaging.VintasoftImage

Parameters

page
A page template.

Return Value

An image associated with specified page template.
Exceptions
ExceptionDescription
Thrown if page is null.
Thrown if page is not found.
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