Accusoft.FormFix5.Net - Updated
IdentificationState Enumeration




Accusoft.FormFixSdk Namespace : IdentificationState Enumeration
The final state of an identification process.
Syntax
'Declaration
 
Public Enum IdentificationState 
   Inherits System.Enum
'Usage
 
Dim instance As IdentificationState
public enum IdentificationState : System.Enum 
__value public enum IdentificationState : public System.Enum 
public enum class IdentificationState : public System.Enum 
Members
MemberDescription
MatchFound The identification process found a single best match.
MultipleMatchesFound The identification process found multiple matches and was not able to confidently determine if one match is better than the others.
NoLicenseFound No license found. Identification halted.
NoMatchFound The identification process failed to find a match.
Remarks
This enumeration represents the final state of an identification process.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.IdentificationState

See Also

Reference

Accusoft.FormFixSdk Namespace