Accusoft.Forms1 - Updated
FormModels Property



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : FormModels Property
The FormModel objects that are candidates for matching.
Syntax
Public ReadOnly Property FormModels As FormModelCollection
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