Click or drag to resize

IsisAcquisitionFileAcquisition Event

This event is fired just before acquiring an image directly to file. You must fill in the FileName property of the IsisFileAcquisitionEventArgs object.

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 IsisFileAcquisitionEventHandler FileAcquisition

Value

Type: Atalasoft.IsisIsisFileAcquisitionEventHandler
Remarks
You can cancel the acquisition by setting the Cancel property of the IsisFileAcquisitionEventArgs to true.
See Also