var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo); var value; // Type: any value = instance.invert();
function invert() : any;
var instance = new Vintasoft.Twain.WebAcquiredImageJS(twainDeviceManager, imageId, imageInfo); var value; // Type: any value = instance.invert();
function invert() : any;
Exception | Description |
---|---|
Thrown if image is in processing now OR image processing is failed. |
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.