'DeclarationPublic Enum IdentificationState Inherits System.Enum
'UsageDim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
'DeclarationPublic Enum IdentificationState Inherits System.Enum
'UsageDim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
| Member | Value | Description |
|---|---|---|
| MatchFound | 0 | The identification process found a single best match. |
| MultipleMatchesFound | 2 | The identification process found multiple matches and was not able to confidently determine if one match is better than the others. |
| NoLicenseFound | 3 | No license found. Identification halted. |
| NoMatchFound | 1 | The identification process failed to find a match. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.IdentificationState