Skip to main content
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