Accusoft.FormFix5.Net - Updated
IdentificationSubset Property




Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : IdentificationSubset Property
A subset of the forms in FormModels to compare unknown images to.
Syntax
'Declaration
 
Public ReadOnly Property IdentificationSubset As IntegerCollection
'Usage
 
Dim instance As IdentificationProcessor
Dim value As IntegerCollection
 
value = instance.IdentificationSubset
public IntegerCollection IdentificationSubset {get;}
public: __property IntegerCollection* get_IdentificationSubset();
public:
property IntegerCollection^ IdentificationSubset {
   IntegerCollection^ get();
}
Remarks

This collection holds one integer for each candidate FormModel in the subset. This object will ignore this collection unless LimitIdentificationToSubset is true. Each integer should be the zero-based index of a form in the FormModels collection. This object will ignore duplicates.

Default value: an empty list.

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members