VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / AddPageTemplatesFromDocument(FormDocumentTemplate) Method
Syntax Remarks Requirements SeeAlso
In This Topic
AddPageTemplatesFromDocument(FormDocumentTemplate) Method (FormTemplateManager)
In This Topic
Adds pages templates from specified document template to the manager and loads images of pages templates.
Syntax
'Declaration

Public Sub AddPageTemplatesFromDocument( _
ByVal document
The document.
As FormDocumentTemplate _
)
public void AddPageTemplatesFromDocument(
FormDocumentTemplate document
)

Parameters

document
The document.
Remarks

Document template stores information about location of template images.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also