ClearImage 8 Help
RemoveHalftone Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiRepair Class : RemoveHalftone Method






Remove halftone from image background

Syntax

Visual Basic (Declaration) 
Public Function RemoveHalftone() As Integer
Visual Basic (Usage)Copy Code
Dim instance As CiRepair
Dim value As Integer
 
value = instance.RemoveHalftone()
C# 
public int RemoveHalftone()
Delphi 
public function RemoveHalftone(): Integer; 
JScript 
public function RemoveHalftone() : int;
Managed Extensions for C++ 
public: int RemoveHalftone(); 
C++/CLI 
public:
int RemoveHalftone(); 

Remarks

This method generates an error if Image is not bi-tonal.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.