typedef enum
{
DOC2_OPTIMIZESIZE = 0,
DOC2_OPTIMIZEQUALITY,
DOC2_PDF15,
DOC2_PDF14,
DOC2_PDF13,
DOC2_PDF12,
DOC2_PDF11,
DOC2_PDF10,
DOC2_PDFA,
} DOC2_PDFCOMPATIBILITY;
The DOC2_PDFCOMPATIBILITY enumerated type specifies the possible values of PDF compatibility in the output formats.
Value | Meaning |
---|---|
DOC2_OPTIMIZESIZE | Optimize for size |
DOC2_OPTIMIZEQUALITY | Optimize for quality |
DOC2_PDF15 | Compatible with PDF 1.5 |
DOC2_PDF14 | Compatible with PDF 1.4 |
DOC2_PDF13 | Compatible with PDF 1.3 |
DOC2_PDF12 | Compatible with PDF 1.2 |
DOC2_PDF11 | Compatible with PDF 1.1 |
DOC2_PDF10 | Compatible with PDF 1.0 |
DOC2_PDFA | Compatible with PDF-A |
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