RotationTypeEnum (COM-based API)

RotationTypeEnum enumeration constants are used to set the types of rotation that to be performed upon an image.

enum RotationTypeEnum {
    RT_NoRotation = 0,
    RT_Automatic = 1,
    RT_Clockwise = 2,
    RT_Counterclockwise = 3,
    RT_Upsidedown = 4
};

Elements
Name Description
RT_NoRotation This value means no rotation.
RT_Automatic Rotation will be detected automatically.
RT_Clockwise Rotation 90 degrees clockwise.
RT_Counterclockwise Rotation 90 degrees counterclockwise or 270 degrees clockwise.
RT_Upsidedown Rotation upside down or 180 degrees.
See also

IPreprocessingParams::RotationType.

See sample: Samples.

26.03.2024 13:49:49

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.