ScanFix Xpress v9.0 for .NET - Updated
Negate Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : Negate Method
Invert all colors in the image.
Syntax
'Declaration
 
Public Sub Negate() 
'Usage
 
Dim instance As ScanFix
 
instance.Negate()
public void Negate()
public: void Negate(); 
public:
void 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

Is this page helpful?
Yes No
Thanks for your feedback.