typedef enum
{
DOC2_DPI_NONE = 0,
DOC2_DPI_ORIGINAL,
DOC2_DPI_72,
DOC2_DPI_100,
DOC2_DPI_150,
DOC2_DPI_200,
DOC2_DPI_300,
} DOC2_DPISETTING;
The DOC2_DPISETTING enumerated type specifies the possible DPI settings for the output.
Value | Meaning |
---|---|
DOC2_DPI_NONE | None |
DOC2_DPI_ORIGINAL | Original |
DOC2_DPI_72 | Both X and Y resolution are 72 DPI |
DOC2_DPI_100 | Both X and Y resolution are 100 DPI |
DOC2_DPI_150 | Both X and Y resolution are 150 DPI |
DOC2_DPI_200 | Both X and Y resolution are 200 DPI |
DOC2_DPI_300 | Both X and Y resolution are 300 DPI |
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