DotRemove method (Main Control)

Visual Basic Example
Visual C++ 4.0 example

Syntax short DotRemove (long uFlags, long iMinDotWidth, long iMinDotHeight, long iMaxDotWidth, long iMaxDotHeight);

Overview:  Refer to Cleaning - up 1-Bit Images

Remarks

(Document/Medical) This method finds and removes dots, specks, and blobs of various sizes in 1-bit documents. The dots, specks, and blobs may or may not be all black.

This method works only on 1-bit black and white images.

If a region is selected, only the selected region will be changed by this method. If no region is selected, the whole image will be processed.

The behavior of this method can be modified by using the DotRemoveEvent event.

This method triggers both the DotRemoveEvent event and the ProgressStatus event.

See Also

Elements: DotRemoveEvent event

Topics: Raster Images: Cleaning - up 1-Bit Images