FormSuite v6.0 - Updated
IdentificationOrientation Enumeration




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace : IdentificationOrientation Enumeration
An enumeration for the possible orientations of the filled form image when it was compared to a template.
Syntax
'Declaration
 
Public Enum IdentificationOrientation 
   Inherits System.Enum
'Usage
 
Dim instance As IdentificationOrientation
public enum IdentificationOrientation : System.Enum 
__value public enum IdentificationOrientation : public System.Enum 
public enum class IdentificationOrientation : public System.Enum 
Members
MemberValueDescription
NoRotation0 Indicates that the filled form image was not rotated to perform the comparison.
Rotate1802 Indicates that the filled form image was rotated 180 degrees clockwise to perform the comparison.
Rotate2703 Indicates that the filled form image was rotated 270 degrees clockwise to perform the comparison.
Rotate901 Indicates that the filled form image was rotated 90 degrees clockwise to perform the comparison.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.Forms.IdentificationOrientation

See Also

Reference

Accusoft.Forms Namespace

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