OUTPUT_COLOR

typedef enum
{
      COL_NONEGR, 
      COL_BW, 
      COL_GRAY, 
      COL_TRUECOLOR, 
      COL_ORIGINAL
} OUTPUT_COLOR;

The OUTPUT_COLOR enumerated type represents the options for outputting graphics.

Value

Meaning

COL_NONEGR

Suppress all graphics in the final output document.

COL_BW

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

COL_GRAY

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

COL_TRUECOLOR

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

COL_ORIGINAL

Transmit all graphics zones without conversion.

Comments

This enumerated type is used by the following object:

ILTDocumentOptions