VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / AddPageTemplate Methods / AddPageTemplate(FormPageTemplate) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    AddPageTemplate(FormPageTemplate) Method (FormTemplateManager)
    In This Topic
    Adds the specified page template to the manager and loads image of page template.
    Syntax
    'Declaration
    
    Public Overloads Function AddPageTemplate( _
    ByVal page
    A page template to add.
    As FormPageTemplate _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    page
    A page template to add.

    Return Value

    The image of page template.
    Remarks

    Page template stores information about location of template image.

    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