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 |
The enumeration is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document