The orientation of a form comparison.
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 | Description |
NoRotation |
The IdentificationProcessor did not rotate the image before it compared it to the model.
|
Rotate180 |
The IdentificationProcessor rotated the image clockwise 180 degrees before it compared it to the model.
|
Rotate270 |
The IdentificationProcessor rotated the image clockwise 270 degrees before it compared it to the model.
|
Rotate90 |
The IdentificationProcessor rotated the image clockwise 90 degrees before it compared it to the model.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.IdentificationOrientation
See Also