ClearImage .NET API
RemoveHalftone Method (CiRepair)





Inlite.ClearImage Namespace > CiRepair Class : RemoveHalftone Method
Remove halftone from the image.
Syntax
'Declaration
 
Public Function RemoveHalftone() As System.Integer
'Usage
 
Dim instance As CiRepair
Dim value As System.Integer
 
value = instance.RemoveHalftone()
public System.int RemoveHalftone()
public function RemoveHalftone(): System.Integer; 
public function RemoveHalftone() : System.int;
public:
System.int RemoveHalftone(); 
Remarks

Halftone is a dithering pattern either printed on the original document or produced by scanning or faxing (typically in photo mode).   Pixels in halftone area are set to white.

Method requires bi-tonal image (object.Image.BitsPerPixel = 1).

See Also

Reference

CiRepair Class
CiRepair Members