Public Enum IdentificationState Inherits System.Enum
Dim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
Public Enum IdentificationState Inherits System.Enum
Dim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.IdentificationState