Accusoft.Forms1 - Updated
IdentificationState Enumeration



Accusoft.Forms Namespace : IdentificationState Enumeration
Status or outcome of form identification.
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 Indicates that the form was matched to one form definition.
MultipleMatchesFound2 Indicates that the form was matched to multiple form definitions.
NoMatchFound1 Indicates that the form was not matched to any form definition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.Forms.IdentificationState

See Also

Reference

Accusoft.Forms Namespace