FormFix v6.0 for .NET - Updated
ConstructDataItems Method (IdentificationProcessor)



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : ConstructDataItems Method
Causes the object to analyze its FormModels collection and construct the data items that it will use during identification.
Syntax
'Declaration
 
Public Sub ConstructDataItems() 
'Usage
 
Dim instance As IdentificationProcessor
 
instance.ConstructDataItems()
public void ConstructDataItems()
public:
void ConstructDataItems(); 
Remarks

This method analyzes the form set and all its FormModel objects and saves the result of that analysis as data items for the forms and form set. This object also has the ability to do that same analysis and storage on demand. However, in some cases, you may want to control when the object spends its time. For example, if you have a large number of forms, you may want to have your system do its time-consuming analysis at night or on a weekend. This method allows you to control when the object does that analysis.

Since analysis of a form set is dependent on the analysis of individual forms in the set, this method also calls FormModel.ConstructDataItems for each FormModel in the set.

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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