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