Skip to main content

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

NameDescription
OT\_BackgroundColor objects on the background.
OT\_FullAll color object on the image.
OT\_StampColor stamps and signatures.

Used in

IImageDocument::RemoveColorObjects