FormSuite v6.0 - Updated
IdentificationState Enumeration




Accusoft.FormsAPI.Net Assembly > 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 
__value public enum IdentificationState : public 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

Is this page helpful?
Yes No
Thanks for your feedback.