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

# PictureResolutionParams オブジェクト（IPictureResolutionParams インターフェイス）

> ABBYY FineReader Engine API の PictureResolutionParams オブジェクト（IPictureResolutionParams インターフェイス）— 出力ファイルに書き込まれる画像の解像度を調整します。カラー、グレー、白黒ごとに PDFPictureCompressionParams を介して個別に設定できます。

このオブジェクトは、画像形式に応じて、出力ファイルに書き込む画像の解像度を調整する機能を提供します。カラー画像、グレースケール画像、白黒画像について、それぞれ異なる解像度を設定できます。このオブジェクトは、それぞれ PDFPictureCompressionParams オブジェクトの [ColorPictureResolutionParams](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#colorpictureresolutionparams)、[GrayPictureResolutionParams](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#graypictureresolutionparams)、または [BwPictureResolutionParams](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#bwpictureresolutionparams) プロパティから取得します。

<Note>
  [PDFExportParams](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams) オブジェクトのプロパティは、そのサブオブジェクトのプロパティよりも優先されます。PDFExportParams オブジェクトの [ResolutionType](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#resolutiontype) または [Resolution](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#resolution) プロパティの値を変更すると、このオブジェクト内の対応するプロパティの値は自動的に上書きされます。まず PDFExportParams オブジェクトの解像度関連プロパティを設定し、その後、このオブジェクトを使用して特定の色の画像の解像度を変更してください。
</Note>

<div id="properties">
  ## プロパティ
</div>

<table><thead><tr><th><p><strong>名前</strong></p></th><th><p><strong>型</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong>, <a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">読み取り専用</a></p></td><td><p><strong>Engine</strong> オブジェクトを返します。</p></td></tr><tr><td><p><a name="type" /><strong>Type</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/api-reference/enumerations/pdfresolutiontypeenum">PDFResolutionTypeEnum</a></strong></p></td><td><p><strong>Value </strong>プロパティで指定した画像解像度の値をどのように使用するかを定義します。</p><Note>このプロパティが PRT\_Source の場合、Value プロパティの値は無視されます。</Note><p>このプロパティの既定値は PRT\_Desired です。</p></td></tr><tr><td><p><a name="value" /><strong>Value</strong></p></td><td><p><strong><a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>画像解像度を dpi で指定します。このプロパティには正の値のみを割り当てることができます。<strong>Type</strong> プロパティは、このプロパティの値をどのように解釈するかを指定します。</p><p>注:</p><ul><li>指定する解像度は、元の解像度を超えることはできません。</li><li><strong>Type</strong> プロパティが PRT\_Source に設定されている場合、このプロパティの値は無視されます。</li></ul><p>このプロパティの既定値は 300 dpi です。</p></td></tr></tbody></table>

<div id="related-objects">
  ## 関連オブジェクト
</div>

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/pictureresolutionparams.gif?s=4df16bd1dff1af8d324b463b2319a486" alt="PictureResolutionParams" width="185" height="78" data-path="images/fine-reader/engine/pictureresolutionparams.gif" />[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#graypictureresolutionparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#colorpictureresolutionparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#bwpictureresolutionparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams)

[オブジェクト図](/ja/fine-reader/engine/api-reference/object-diagram)

<div id="see-also">
  ## 関連項目
</div>

[エクスポート パラメーターの調整](/ja/fine-reader/engine/guided-tour/advanced-techniques/tuning-export-parameters)

[プロファイルの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)

[プロパティの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
