PDFResolutionTypeEnum
PDFResolutionTypeEnum enumeration constants denote the types of picture resolution used in output PDF (PDF/A) files.
typedef enum {
PRT_Desired,
PRT_Exact,
PRT_Source
} PDFResolutionTypeEnum;
Elements
Name | Description |
---|---|
PRT_Desired |
Use the desired value of the resolution. In this case, picture resolution is defined as follows:
|
PRT_Exact |
Use the specified resolution. Note: The specified resolution cannot be higher than the original resolution. |
PRT_Source | Original resolution must be preserved. |
Used in
7/3/2024 8:50:25 AM