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 |
This enumerated type is used by the following structure: