Public Enum IdentificationOrientation Inherits System.Enum
Dim instance As IdentificationOrientation
public enum IdentificationOrientation : System.Enum
public enum class IdentificationOrientation : public System.Enum
Public Enum IdentificationOrientation Inherits System.Enum
Dim instance As IdentificationOrientation
public enum IdentificationOrientation : System.Enum
public enum class IdentificationOrientation : public System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Accusoft.Forms.IdentificationOrientation