FormFix v6.0 for .NET - Updated
IdentificationProcessor Class
Members 



Accusoft.FormFixSdk Namespace : IdentificationProcessor Class
A class for comparing unknown images to form models and determining which is the correct match.
Object Model
IdentificationProcessor ClassFormModelCollection ClassFormModel ClassIntegerCollection Class
Syntax
'Declaration
 
Public Class IdentificationProcessor 
'Usage
 
Dim instance As IdentificationProcessor
public class IdentificationProcessor 
public ref class IdentificationProcessor 
Remarks

This class identifies unknown images and registers them to the matching form model.

Normally, you will want to associate an instance of this class with an instance of a FormDirector FormSet class. You can do that by assigning a reference to a FormSet object to the UserTag property of an IdentificationProcessor object. You should then add event handlers to the IdentificationProcessor object. Event handlers that need to read data can read that data from the FormDirector FormSet object and event handlers that need to write data can write that data to the FormDirector FormSet object.

In order to identify forms, you need to perform several steps. First, you should prepare the set of forms. To do that, you must create a FormModel object for each form and add it to the FormModels property of this class.

Inheritance Hierarchy

System.Object
   Accusoft.FormFixSdk.IdentificationProcessor

See Also

Reference

IdentificationProcessor Members
Accusoft.FormFixSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.