PDFExportScenarioEnum enumeration constants are used to set the scenario of export to PDF (PDF/A) format, which optimizes export for some parameters.
Elements
Name |
Description |
PES_Balanced |
The PDF (PDF/A) export will be balanced between the quality of the resulting file, its size and the time of processing. |
PES_MaxSpeed |
Optimize the PDF (PDF/A) export in order to receive the highest speed of processing. |
PES_MaxQuality |
Optimize the PDF (PDF/A) export in order to receive the best quality of the resulting file. |
PES_MinSize |
Optimize the PDF (PDF/A) export in order to receive the minimum size of the resulting file. |
Used in
IPDFExportParams::Scenario