VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing Namespace / FormRecognitionManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
FormRecognitionManager Class Members
In This Topic
The following tables list the members exposed by FormRecognitionManager.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the form page template manager used during the forms recognition.
Public PropertyGets or sets the maximum count of threads that can be used for forms recognition.
Public PropertyGets or sets the collection of template images.
Public PropertyGets the command used for the template matching during the forms processing.
Public Methods
 NameDescription
Public MethodReleases all resources used by this FormRecognitionManager object.
Public MethodOverloaded. Recognizes forms in the specified image synchronously.
Public MethodRecognizes forms in the specified image asynchronously.
Protected Methods
Public Events
 NameDescription
Public EventOccurs when exception is thrown during image recognition.
Public EventOccurs when recognition of an image is finished.
Public EventOccurs when recognition of an image is started.
Public EventOccurs when recognition is finished.
Public EventOccurs when the progress of recognition is changed.
Public EventOccurs when recognition is started.
See Also