Skip to main content
PDFExportScenarioEnum enumeration constants are used to set the scenario of export to PDF (PDF/A) format, which optimizes export for some parameters.
typedef enum {
 PES_MaxQuality,
 PES_Balanced,
 PES_MinSize,
 PES_MaxSpeed
} PDFExportScenarioEnum;

Elements

NameDescription
PES\_BalancedThe PDF (PDF/A) export will be balanced between the quality of the resulting file, its size and the time of processing.
PES\_MaxSpeedOptimize the PDF (PDF/A) export in order to receive the highest speed of processing.
PES\_MaxQualityOptimize the PDF (PDF/A) export in order to receive the best quality of the resulting file.
PES\_MinSizeOptimize the PDF (PDF/A) export in order to receive the minimum size of the resulting file.

Used in

IPDFExportParams::Scenario