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