ClearImage COM Server Send comments on this topic.
CleanNoiseExt Method
See Also 
Flags
maxNoiseSizeHorz
maxNoiseSizeVert
minObjectDistance
reserved0

Description

Remove noise objects (extended)

Syntax

Visual Basic
Public Sub CleanNoiseExt( _
   ByVal Flags As ECleanNoiseFlags, _
   ByVal maxNoiseSizeHorz As Long, _
   ByVal maxNoiseSizeVert As Long, _
   ByVal minObjectDistance As Long, _
   ByVal reserved0 As Long _
) 

Parameters

Flags
ValueDescription
ciCnxBlackNoiseRemove black-on-white noise
ciCnxWhiteNoiseRemove white-on-black noise
ciCnxMarginsNoiseRemove noise only in margins area
maxNoiseSizeHorz
maxNoiseSizeVert
minObjectDistance
reserved0

See Also