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. 
  | 
    
| PRT_Source | Original resolution must be preserved. | 
Used in
17.09.2024 15:14:41
