Zum Hauptinhalt springen

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.

Die Aufzählungskonstanten von ObjectsTypeEnum beschreiben die verfügbaren Typen von Farbobjekten, die aus dem Bild entfernt werden können.
typedef enum {
 OT_Full,
 OT_Background,
 OT_Stamp
} ObjectsTypeEnum;

Elemente

NameBeschreibung
OT_BackgroundFarbobjekte im Hintergrund.
OT_FullAlle Farbobjekte im Bild.
OT_StampFarbige Stempel und Unterschriften.

Verwendet in

IImageDocument::RemoveColorObjects