VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormTemplateManager Class
Constructors Properties Methods SeeAlso
In This Topic
    FormTemplateManager Class Members
    In This Topic
    The following tables list the members exposed by FormTemplateManager.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormTemplateManager class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the current document.
    Public PropertyGets or sets an image collection of pages templates.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an image and a page template, which is associated with image.
    Public MethodAdds pages templates from specified document template to the manager and loads images of pages templates.
    Public MethodAdds all page templates of the manager to the specified document template.
    Public MethodAnalyzes the template image and saves information required for compensation of background of template image during form field recognition.
    Public MethodDetermines whether this FormTemplateManager contains the specified page template.
    Public MethodDetermines whether the template manager contains the specified template image.
    Public MethodReturns a page template associated with specified image of page template.
    Public MethodReturns an image associated with specified page template.
    Public MethodOverloaded. Loads page templates from the specified document template and adds loaded page templates to the manager.
    Public MethodRemoves the specified image and page template, associated with image, from the manager.
    Public MethodOverloaded. Saves the current state of the manager to the specified document template.
    Public MethodSets a page template associated with specified image.
    Protected Methods
     NameDescription
    Protected MethodCreates/loads an image associated with the page template.
    Protected MethodCreates an empty page template for specified template image.
    See Also