IsisAcquisitionAcquire Method |
Acquires an image from the active device.
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 Function Acquire As Boolean
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
Remarks
The ImageAcquired event must be handled as it is raised for each image that is acquired.
See Remarks in IsisController for more information about error handling.
See Also