Click or drag to resize

IsisControllerImageAcquired Event

This event will fire for each image acquired.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event IsisImageAcquiredEventHandler ImageAcquired

Value

Type: Atalasoft.IsisIsisImageAcquiredEventHandler
Remarks

All pending image acquisitions can be canceled by setting the Cancel property of the IsisImageAcquiredEventArgs to true.

To transfer the returned Bitmap to an AtalaImage when integrating with DotImage, use the FromBitmap(Bitmap, Boolean) method.

When scanning multiple pages at once, this method can be used to compose a multipage image by invoking the [!:Imaging.Workspace.Images.Add] method of the Workspace object in DotImage.

See Also