ClearImage COM Server Send comments on this topic.
RemoveHalftone Method
See Also  Example

Description

Remove halftone from image background

Syntax

Visual Basic
Public Sub RemoveHalftone() 

Remarks

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

Example

VB Example (Visual Basic)Copy Code
Public Sub T_RemoveHalftone(ByRef Rep As CiRepair)
  Rep.RemoveHalftone
End Sub

See Also