DocCleanSuccess property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax:

int DocCleanSuccess

Delphi Syntax:

DocCleanSuccess : LongInt;

Overview

Refer to Cleaning Up 1-Bit Images

Remarks

(Document/Medical)Indicates the status or behavior of the document cleaning events.

Set this property during the following events:

OnBorderRemove event

OnDotRemove event

OnHolePunchRemove event

OnInvertedText event

OnLineRemove event

OnSmooth event

Possible values are:

Value

Meaning

0

Abort the process.

SUCCESS_REMOVE

Remove the object (dot, line, inverted text, border, etc.).

SUCCESS_NOREMOVE

Do not remove the object (dot, line, inverted text, border, etc.).

See Also

Elements:

OnSmooth event, OnInvertedText event, OnLineRemove event, OnDotRemove event, OnBorderRemove event, OnHolePunchRemove event.

Topics:

Raster Images: Cleaning - up 1-Bit Images