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

> ObjectsTypeEnum in the ABBYY FineReader Engine API — Types of color objects (full, background, stamps and signatures) that can be removed from the image.

ObjectsTypeEnum enumeration constants describe available types of color objects which can be removed from the image.

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

## Elements

| Name             | Description                      |
| ---------------- | -------------------------------- |
| OT\\\_Background | Color objects on the background. |
| OT\\\_Full       | All color object on the image.   |
| OT\\\_Stamp      | Color stamps and signatures.     |

## Used in

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