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

Description

Smoothen character edges

Syntax

Visual Basic
Public Sub SmoothCharacters( _
   ByVal Type As ESmoothType _
) 

Parameters

Type
ValueDescription
ciSmoothDarkenEdgesMake character edges darker
ciSmoothLightenEdgesMake character edges lighter

Remarks

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

Example

VB Example (Visual Basic)Copy Code
Public Sub T_SmoothCharacters(ByRef Rep As CiRepair)
  Rep.SmoothCharacters ciSmoothDarkenEdges
End Sub

See Also