VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class / LoadFromDocument Methods / LoadFromDocument(String) Method
Syntax Requirements SeeAlso
In This Topic
LoadFromDocument(String) Method (FormTemplateManager)
In This Topic
Loads page templates from the document template and adds loaded page templates to the manager.
Syntax
'Declaration

Public Overloads Sub LoadFromDocument( _
ByVal filename
The name of file, which contains page templates.
As System.String _
)
public void LoadFromDocument(
System.String filename
)

Parameters

filename
The name of file, which contains page templates.
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