'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 | The IdentificationProcessor did not rotate the image before it compared it to the model. |
Rotate180 | 2 | The IdentificationProcessor rotated the image clockwise 180 degrees before it compared it to the model. |
Rotate270 | 3 | The IdentificationProcessor rotated the image clockwise 270 degrees before it compared it to the model. |
Rotate90 | 1 | The IdentificationProcessor rotated the image clockwise 90 degrees before it compared it to the model. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.IdentificationOrientation