'Declaration Public Enum IdentificationState Inherits System.Enum
'Usage Dim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
'Declaration Public Enum IdentificationState Inherits System.Enum
'Usage Dim instance As IdentificationState
public enum IdentificationState : System.Enum
public enum class IdentificationState : public System.Enum
Member | Value | Description |
---|---|---|
MatchFound | 0 | Indicates that the form was matched to one form definition. |
MultipleMatchesFound | 2 | Indicates that the form was matched to multiple form definitions. |
NoMatchFound | 1 | Indicates that the form was not matched to any form definition. |
System.Object
System.ValueType
System.Enum
Accusoft.Forms.IdentificationState