> ## 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.

# PDFResolutionTypeEnum

> ABBYY FineReader Engine API の PDFResolutionTypeEnum — 出力 PDF および PDF/A ファイルで使用される画像解像度の種類（希望する解像度、厳密一致など）。

PDFResolutionTypeEnum の列挙定数は、出力 PDF (PDF/A) ファイルで使用される画像解像度の種類を表します。

```
typedef enum {
 PRT_Desired,
 PRT_Exact,
 PRT_Source
} PDFResolutionTypeEnum;
```

<div id="elements">
  ## 要素
</div>

<table><thead><tr><th><p><strong>名称</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p>PRT\_Desired</p></td><td><p>目的の解像度の値を使用します。この場合、画像解像度は次のように決まります。</p><ul><li>ソース画像の元の解像度が目的の解像度以下の場合、元の解像度が保持されます。</li><li>元の解像度が目的の解像度を上回る場合、プログラムは目的の解像度に最も近い値を選択します。</li></ul></td></tr><tr><td><p>PRT\_Exact</p></td><td><p>指定した解像度を使用します。</p><Note>指定した解像度は、元の解像度より高くすることはできません。</Note></td></tr><tr><td><p>PRT\_Source</p></td><td><p>元の解像度を保持します。</p></td></tr></tbody></table>

<div id="used-in">
  ## 使用箇所
</div>

[IPDFExportParams::ResolutionType](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#resolutiontype)

[IPictureResolutionParams::Type](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pictureresolutionparams#type)
