VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / SetPageTemplate(VintasoftImage,FormPageTemplate) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetPageTemplate(VintasoftImage,FormPageTemplate) Method (FormTemplateManager)
    In This Topic
    Sets a page template associated with specified image.
    Syntax
    'Declaration
    
    Public Sub SetPageTemplate( _
    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 image is not found.
    Thrown if 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