ClearImage COM Server
AutoInvertImage Method
See Also  Example  Send Feedback
Threshold
Minimum percentage of black pixels in the image to be inverted
CiRepair Object : AutoInvertImage Method

Description

Negative to Positive

Syntax

Visual Basic
Public Sub AutoInvertImage( _
   ByVal Threshold As Long _
) 

Parameters

Threshold
Minimum percentage of black pixels in the image to be inverted

Example

VB Example (Visual Basic)Copy Code
Public Sub T_AutoInvertImage(ByRef Rep As CiRepair)
  Rep.AutoInvertImage 60
End Sub

See Also

© 1992-2011. Inlite Research, Inc. All Rights Reserved.