COLOR_RESULT

typedef enum
{
   COLOR_NONEGR,
   COLOR_BW,
   COLOR_GRAY,
   COLOR_TRUECOLOR,
   COLOR_ORIGINAL
} COLOR_RESULT;

The COLOR_RESULT enumerated type represents the options for outputting graphics.

Value

Meaning

COLOR_NONEGR

Suppress all graphics in the final output document.

COLOR_BW

Convert all graphics zones to B/W before inserting them into the final output document.

COLOR_GRAY

Convert all graphics zones to 8-bit grayscale before inserting them into the final output document.

COLOR_TRUECOLOR

Convert all graphics zones to 24-bit color before inserting them into the final output document.

COLOR_ORIGINAL

Transmit all graphics zones without conversion.

Comments

This enumerated type is used by the following structures:

DOCUMENTOPTIONS