EnableDocCleanEvents property (LEADRasterProcess)

Visual Basic Example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL EnableDocCleanEvents

Overview

Refer to Cleaning - up 1-Bit Images.

Remarks

(Persistent property, available at design time) Specifies whether LEADTOOLS generates events when the document cleanup functionality are called. The document cleanup functionality along with their corresponding events are listed below:

LEADRasterProcess method

LEADRasterProcess Event

Smooth method

Smooth event

LineRemove method

LineRemove event

DotRemove method

DotRemove event

InvertedText method

InvertedText event

BorderRemove method

BorderRemove event

HolePunchRemove method

HolePunchRemove event

Setting EnableDocCleanEvents to TRUE and then calling one of the LEADRasterProcess methods in the table above will cause the corresponding event to be generated. Setting EnableDocCleanEvents to FALSE will disable the events for the DocClean methods.

Setting

Description

TRUE

Generate DocClean events.

FALSE

If this property is set to FALSE, the DocClean events will not be generated..

See Also

Elements:

Smooth method, Smooth event, LineRemove method, LineRemove event, DotRemove method, DotRemove event, InvertedText method, InvertedText event, BorderRemove method, BorderRemove event, HolePunchRemove method, HolePunchRemove event