ClearImage 8 Help
AutoInvert Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class : AutoInvert Method






Threshold
Minimum percentage of black pixels in the image to be inverted
Converts negative(white-on-black) to positive(black-on-white)

Syntax

Visual Basic (Declaration) 
Public Sub AutoInvert( _
   ByVal Threshold As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim Threshold As Integer
 
instance.AutoInvert(Threshold)
C# 
public void AutoInvert( 
   int Threshold
)
Delphi 
public procedure AutoInvert( 
    Threshold: Integer
); 
JScript 
public function AutoInvert( 
   Threshold : int
);
Managed Extensions for C++ 
public: void AutoInvert( 
   int Threshold
) 
C++/CLI 
public:
void AutoInvert( 
   int Threshold
) 

Parameters

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

Remarks

Licensing: Requires ClearImage Repair license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.