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

# PictureColorityModeEnum

> ABBYY FineReader Engine API における PictureColorityModeEnum — さまざまな形式の出力ファイルにエクスポートされる画像の色設定。

PictureColorityModeEnum の列挙定数は、さまざまな形式の出力ファイルにエクスポートされる画像の色設定を定義するために使用されます。

```
typedef enum {
 PCM_KeepColority,
 PCM_ForceToGray,
 PCM_ForceToBw
} PictureColorityModeEnum;
```

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

| Name              | 説明                                                                                      |
| ----------------- | --------------------------------------------------------------------------------------- |
| PCM\_ForceToBw    | すべてのドキュメントは白黒で保存されます。カラーおよびグレースケールのドキュメントでは、出力ファイルのサイズを小さくできます。                         |
| PCM\_ForceToGray  | カラーおよびグレースケールのドキュメントはグレースケールで保存され、白黒のドキュメントはそのまま保存されます。カラーのドキュメントでは、出力ファイルのサイズを小さくできます。 |
| PCM\_KeepColority | エクスポート時にカラーが保持されます。                                                                     |

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

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

[IPictureExportParams::Colority](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/pictureexportparams)
