FormFix v6.0 for .NET - Updated
CountOfFormModels Property



Accusoft.FormFixSdk Namespace > IdentificationResult Class : CountOfFormModels Property
The number of FormModel objects that the IdentificationProcessor object referenced.
Syntax
'Declaration
 
Public ReadOnly Property CountOfFormModels As Integer
'Usage
 
Dim instance As IdentificationResult
Dim value As Integer
 
value = instance.CountOfFormModels
public int CountOfFormModels {get;}
public:
property int CountOfFormModels {
   int get();
}
Remarks
This property indicates how many FormModel objects participated in the original identification process. It will be equal to the number of models in the IdentificationProcessor.FormModels collection, unless you have limited the set of form models included in the identification process by use of the IdentificationProcessor.IdentificationSubset and IdentificationProcessor.LimitIdentificationToSubset properties.
See Also

Reference

IdentificationResult Class
IdentificationResult Members

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