IsisAcquisitionImageAcquired Event |
Namespace: Atalasoft.Isis
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.