DOC2_ROTATEMODE

typedef enum 
{ 
   DOC2_ROTATE_AUTO = 0, 
   DOC2_ROTATE_NO, 
   DOC2_ROTATE_RIGHT, 
   DOC2_ROTATE_DOWN, 
   DOC2_ROTATE_LEFT, 
} DOC2_ROTATEMODE; 

The DOC2_ROTATEMODE enumeration specifies which image rotation mode will be used during a forthcoming image processing process.

Value Meaning
DOC2_ROTATE_AUTO Automatic image rotation.
DOC2_ROTATE_NO Do not transform the image.
DOC2_ROTATE_RIGHT Rotate image to the right (clockwise).
DOC2_ROTATE_DOWN Rotate image down (rotate twice).
DOC2_ROTATE_LEFT Rotate image to the left (anti-clockwise).

Comments

This enumeration is used by:

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help