DOC2_INVERTMODE

typedef enum
{
   DOC2_INVERT_NO = 0,
   DOC2_INVERT_YES,
   DOC2_INVERT_AUTO,
} DOC2_INVERTMODE;

The DOC2_INVERTMODE enumeration specifies which image inversion mode will be used during the forthcoming image processing processes.

Value

Meaning

DOC2_INVERT_NO

No inversion required.

DOC2_INVERT_YES

Image inversion should be performed.

DOC2_INVERT_AUTO

Automatically inverts the image, if necessary, whether the image is inverse is determined during preprocessing.

Comments

This enumeration is used by the following structure:

DOC2PREPROCESSINGOPTIONS