FormFix v6.0 for .NET - Updated
FormModels Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : FormModels Property
The FormModel objects that are candidates for matching.
Syntax
'Declaration
 
Public ReadOnly Property FormModels As FormModelCollection
'Usage
 
Dim instance As IdentificationProcessor
Dim value As FormModelCollection
 
value = instance.FormModels
public FormModelCollection FormModels {get;}
public:
property FormModelCollection^ FormModels {
   FormModelCollection^ get();
}
Remarks
This collection holds a list of FormModel objects and represents the core data for this object. Each FormModel object is a potential template match for the form identification process.
See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

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