DOC2_PDFBPP

typedef enum 
{ 
   DOC2_PDF_BPP_ORIGINAL = 0, 
   DOC2_PDF_BPP_BLACKANDWHITE, 
   DOC2_PDF_BPP_GRAYSCALE, 
   DOC2_PDF_BPP_24BPP, 
} DOC2_PDFBPP; 

The DOC2_PDFBPP enumerated type specifies the possible values for the PDF color depth of the output formats.

Value Meaning
DOC2_PDF_BPP_ORIGINAL Original BPP
DOC2_PDF_BPP_BLACKANDWHITE Black and white (1 BPP)
DOC2_PDF_BPP_GRAYSCALE Grayscale
DOC2_PDF_BPP_24BPP 24 BPP

Comments

The 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