Link Search Menu Expand Document

AreaRotation Enumeration

Specifies the direction of an image's rotation and the axis used to flip the image.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public enum AreaRotation
Members
Member nameValueDescription
Rotate180FlipXY0 Specifies a 180-degree rotation followed by a horizontal flip and then a vertical flip.
RotateNoneFlipNone0 Specifies no rotation and no flipping.
Rotate270FlipXY1 Specifies a 270-degree rotation followed by a horizontal flip and then a vertical flip.
Rotate90FlipNone1 Specifies a 90-degree rotation without flipping.
Rotate180FlipNone2 Specifies a 180-degree rotation without flipping.
RotateNoneFlipXY2 Specifies no rotation, a horizontal flip, and then a vertical flip.
Rotate270FlipNone3 Specifies a 270-degree rotation without flipping.
Rotate90FlipXY3 Specifies a 90-degree rotation followed by a horizontal flip and then a vertical flip.
Rotate180FlipY4 Specifies a 180-degree rotation followed by a vertical flip.
RotateNoneFlipX4 Specifies no rotation and a horizontal flip.
Rotate270FlipY5 Specifies a 270-degree rotation followed by a vertical flip.
Rotate90FlipX5 Specifies a 90-degree rotation followed by a horizontal flip.
Rotate180FlipX6 Specifies a 180-degree rotation followed by a horizontal flip.
RotateNoneFlipY6 Specifies no rotation and a vertical flip.
Rotate270FlipX7 Specifies a 270-degree rotation followed by a horizontal flip.
Rotate90FlipY7 Specifies a 90-degree rotation followed by a vertical flip.
See Also

Reference