Accusoft.Forms1 - Updated
IdentificationState Enumeration



Accusoft.Forms Namespace : IdentificationState Enumeration
Status or outcome of form identification.
Syntax
Public Enum IdentificationState 
   Inherits System.Enum
Dim instance As IdentificationState
public enum IdentificationState : System.Enum 
public enum class IdentificationState : public System.Enum 
Members
MemberDescription
MatchFound Indicates that the form was matched to one form definition.
MultipleMatchesFound Indicates that the form was matched to multiple form definitions.
NoMatchFound 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