ClearImageNet Send comments on this topic.
AutoInvert Method
See Also 
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
)
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

See Also

Generated from assembly ClearImageNet [5.7.1.0]