VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / GetPageTemplate(VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
    GetPageTemplate(VintasoftImage) Method (FormTemplateManager)
    Returns a page template associated with specified image of page template.
    Syntax
    'Declaration
    
    Public Function GetPageTemplate( _
    ByVal image
    An image of page template.
    As Vintasoft.Imaging.VintasoftImage _
    ) As FormPageTemplate
     

    Parameters

    image
    An image of page template.

    Return Value

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