Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS OCR C DLL Help

COLOR_RESULT

Show in webframe

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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.