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



Accusoft.FormFixSdk Namespace > FormModel Class : ConstructDataItems Method
Causes the object to create as many of its data items as possible.
Syntax
'Declaration
 
Public Sub ConstructDataItems() 
'Usage
 
Dim instance As FormModel
 
instance.ConstructDataItems()
public void ConstructDataItems()
public:
void ConstructDataItems(); 
Remarks

This method analyzes the model form image and saves the result of that analysis as data items for the form. 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.

See Also

Reference

FormModel Class
FormModel Members

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