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
public enum IdentificationOrientation : System.Enum
__value public enum IdentificationOrientation : public System.Enum
public enum class IdentificationOrientation : public System.Enum
Members
Member | Value | Description |
NoRotation | 0 |
Indicates that the filled form image was not rotated to perform the comparison.
|
Rotate180 | 2 |
Indicates that the filled form image was rotated 180 degrees clockwise to perform the comparison.
|
Rotate270 | 3 |
Indicates that the filled form image was rotated 270 degrees clockwise to perform the comparison.
|
Rotate90 | 1 |
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