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

# PictureExportParams オブジェクト（IPictureExportParams インターフェイス）

> ABBYY FineReader Engine API の PictureExportParams オブジェクト（IPictureExportParams インターフェイス）— 出力ファイルへの画像の書き出し方法を調整します。カラー画像およびグレースケール画像の形式を選択できます（白黒画像は常に PNG です）。

このオブジェクトは、さまざまな形式の出力ファイルに画像を書き出す際のパラメーターを調整する機能を提供します。このオブジェクトでは、カラー画像およびグレースケール画像の形式を選択できます。白黒画像は常に PNG 形式で保存されます。

<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="colority" />

          <strong>Colority</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/api-reference/enumerations/picturecoloritymodeenum">
              PictureColorityModeEnum
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          ファイルに埋め込まれた画像のカラーを保持するか、グレースケールまたは白黒で保存するかを指定します。カラー画像の色を保存する必要がなく、出力ファイルのサイズを小さくしたい場合は、このプロパティを PCM\_ForceToGray に設定することをお勧めします。
        </p>

        <Note>
          CorrectColorDepth プロパティが TRUE に設定されている場合、ABBYY FineReader Engine は埋め込み画像の色深度をさらに補正できます。たとえば、Colority を PCM\_ForceToGray に設定し、CorrectColorDepth が TRUE の場合、FineReader Engine はカラー画像をグレースケールに変換した後、グレースケール画像の色深度を検出し、必要に応じて一部の画像を白黒に変換します。
        </Note>

        <p>このプロパティのデフォルト値は PCM\_KeepColority です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="colorpictureformats" />

          <strong>ColorPictureFormats</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>
          カラー画像が埋め込まれたファイルを保存する際に使用する画像形式を指定します。このプロパティの値は、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/enumerations/colorpictureformatsenum">
              ColorPictureFormatsEnum
            </a>
          </strong>

          {" "}

          列挙定数の OR 演算による組み合わせです。
        </p>

        <p>
          このプロパティには CPF\_Jpeg、CPF\_Png、または CPF\_Auto を設定できます。
        </p>

        <p>このプロパティのデフォルト値は CPF\_Auto です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="correctcolordepth" />

          <strong>CorrectColorDepth</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>
            <a href="/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">
              VARIANT\_BOOL
            </a>
          </strong>
        </p>
      </td>

      <td>
        <p>
          このプロパティを TRUE に設定すると、ABBYY FineReader Engine が埋め込み画像の色深度を補正できるようになります。FALSE に設定した場合、ABBYY FineReader Engine は <strong>Colority </strong>プロパティの設定に従って画像の色を保存します。
        </p>

        <p>このプロパティのデフォルト値は TRUE です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="graypictureformats" />

          <strong>GrayPictureFormats</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>
          グレースケール画像が埋め込まれたファイルを保存する際に使用する画像形式を指定します。このプロパティの値は、{" "}

          <strong>
            <a href="/ja/fine-reader/engine/api-reference/enumerations/graypictureformatsenum">
              GrayPictureFormatsEnum
            </a>
          </strong>

          {" "}

          列挙定数の OR 演算による組み合わせです。
        </p>

        <p>
          このプロパティには GPF\_Jpeg、GPF\_Png、または GPF\_Auto を設定できます。
        </p>

        <p>このプロパティのデフォルト値は GPF\_Auto です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="jpegquality" />

          <strong>JpegQuality</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>
          ファイルに埋め込まれた画像の JPEG 品質をパーセント単位で保持します。この値はカラーおよびグレースケールの JPEG 画像形式に使用されます。
        </p>

        <p>このプロパティのデフォルト値は 50% です。</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="resolution" />

          <strong>Resolution</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 単位で保持します。このプロパティを -1 に設定すると、元の解像度が維持されます。
        </p>

        <p>このプロパティのデフォルト値はエクスポート形式によって異なります。</p>

        <ul>
          <li>RTF、XLSX、PPTX の場合は 150 dpi</li>
          <li>HTML、FB2、EPUB の場合は 72 dpi</li>
          <li>XPS の場合は 300 dpi</li>
        </ul>
      </td>
    </tr>
  </tbody>
</table>

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

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/pictureexportparams.gif?s=f4d18a18163fdc4e29ec063eb128a00e" alt="PictureExportParams" width="254" height="112" data-path="images/fine-reader/engine/pictureexportparams.gif" />[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/xlexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/ebookexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pptexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/xpsexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams)[](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/htmlexportparams)

[オブジェクト図](/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)
