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

Description

Remove punch holes form image

Syntax

Visual Basic
Public Sub RemovePunchHoles() 

Example

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

See Also