DocCleanBitmap property (Main Control)

Visual Basic Example
Visual C++ 4.0 example

Syntax OLE_HANDLE DocCleanBitmap

Overview:  Refer to Cleaning - up 1-Bit Images

Remarks

(Document/Medical) LEAD bitmap that also contains a region that has the elements removed by one of the Document Cleanup methods listed below.

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