FormFix v6.0 for .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 
public enum class IdentificationState : public System.Enum 
Members
MemberValueDescription
MatchFound0 The identification process found a single best match.
MultipleMatchesFound2 The identification process found multiple matches and was not able to confidently determine if one match is better than the others.
NoLicenseFound3 No license found. Identification halted.
NoMatchFound1 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

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