Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
Negate Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : Negate Method
Inverts all colors in the image.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub Negate() 
 
'Usage
 
Dim instance As ScanFix
 
instance.Negate()
Exceptions
ExceptionDescription
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

This operation turns the image into a photo-negative of itself. In color images, the invert will be performed in the RGB colorspace.

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members