Invert the color of a specific image.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool Invert(
	short sImageIndex
)
Visual Basic
Public Function Invert ( _
	sImageIndex As Short _
) As Boolean
Visual C++
public:
bool Invert(
	short sImageIndex
)

Parameters

sImageIndex
Type: System..::..Int16

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also