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

# ObjectsTypeEnum

> ABBYY FineReader Engine API の ObjectsTypeEnum — 画像から削除できるカラーオブジェクトの種類（全面、背景、スタンプ、署名）。

ObjectsTypeEnum の列挙定数は、画像から削除できるカラーオブジェクトの種類を表します。

```
typedef enum {
 OT_Full,
 OT_Background,
 OT_Stamp
} ObjectsTypeEnum;
```

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

| 名前             | 説明                 |
| -------------- | ------------------ |
| OT\_Background | 背景上のカラーオブジェクト。     |
| OT\_Full       | 画像内のすべてのカラーオブジェクト。 |
| OT\_Stamp      | カラーのスタンプおよび署名。     |

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

[IImageDocument::RemoveColorObjects](/ja/fine-reader/engine/api-reference/image-related-objects/imagedocument/removecolorobjects-method)
