Accusoft.Forms1 - Updated
IdentificationOrientation Enumeration



Accusoft.Forms Namespace : IdentificationOrientation Enumeration
An enumeration for the possible orientations of the filled form image when it was compared to a template.
Syntax
Public Enum IdentificationOrientation 
   Inherits System.Enum
Dim instance As IdentificationOrientation
public enum IdentificationOrientation : System.Enum 
public enum class IdentificationOrientation : public System.Enum 
Members
MemberDescription
NoRotation Indicates that the filled form image was not rotated to perform the comparison.
Rotate180 Indicates that the filled form image was rotated 180 degrees clockwise to perform the comparison.
Rotate270 Indicates that the filled form image was rotated 270 degrees clockwise to perform the comparison.
Rotate90 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