VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / CreatePageTemplateFromImage(FormDocumentTemplate,VintasoftImage) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreatePageTemplateFromImage(FormDocumentTemplate,VintasoftImage) Method (FormTemplateManager)
    In This Topic
    Creates an empty page template for specified template image.
    Syntax
    'Declaration
    
    Protected Overridable Function CreatePageTemplateFromImage( _
    ByVal document
    The document template.
    As FormDocumentTemplate, _
    ByVal image
    The template image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As FormPageTemplate
    protected virtual FormPageTemplate CreatePageTemplateFromImage(
    FormDocumentTemplate document,
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual FormPageTemplate* CreatePageTemplateFromImage(
    FormDocumentTemplate* document,
    Vintasoft.Imaging.VintasoftImage* image
    )

    Parameters

    document
    The document template.
    image
    The template image.

    Return Value

    An empty page template for the template image.
    Exceptions
    ExceptionDescription
    Thrown if image's source type is not ImageSourceType.File.
    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