VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / AddPageTemplate Methods / AddPageTemplate(VintasoftImage,FormPageTemplate) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddPageTemplate(VintasoftImage,FormPageTemplate) Method (FormTemplateManager)
    In This Topic
    Adds an image and a page template, which is associated with image.
    Syntax
    'Declaration
    
    Public Overloads Sub AddPageTemplate( _
    ByVal image
    Template image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal page
    Page template associated with image.
    As FormPageTemplate _
    )

    Parameters

    image
    Template image.
    page
    Page template associated with image.
    Exceptions
    ExceptionDescription
    Thrown if image or page is null.
    Thrown if template manager already contains image OR template manager already contains page.
    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