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
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