VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebAcquiredImageJS type / invert Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
invert Method
In This Topic
Inverts an image.
Syntax
var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo);

var value; // Type: any
value = instance.invert();

Exceptions
ExceptionDescription
Thrown if image is in processing now OR image processing is failed.
Remarks

This function sends a synchronous request to invert an image. If you want to use asynchronous request instead of synchronous request, please use WebAcquiredImageJS.invertAsync function.

Browser Compatibility
9
See Also