> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PDFExportScenarioEnum

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

| 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](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#scenario)
