DocCleanBitmap property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax:

LEADTyp::TBitmapHandle DocCleanBitmap;

Delphi Syntax:

DocCleanBitmap : TBitmapHandle;

Overview

Refer to Cleaning Up 1-Bit Images

Remarks

(Document/Medical)LEAD bitmap that also contains a region that has the Elements: removed by a document cleaning method.

This property is updated only if XXX_SINGLE_REGION | XXX_LEAD_REGION is set in the uFlags parameter of one of the following methods:

BorderRemove method

DotRemove method

HolePunchRemove method

InvertedText method

LineRemove method

Smooth method

 

Set this property to 0 at any time to free the resources associated with it.

The purpose of this property is to copy this bitmap to another Main control in order to access the region information.

NOTE:

This property should not be used in conjunction with the RefBitmap property (i.e. RefBitmap = TRUE). Also, this property should only be used with the Main Control.

See Also

Elements:

hDocCleanRgn property

Topics:

Raster Images: Cleaning - up 1-Bit Images