IsisController.Acquire Method |
Acquires an image from the active device.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.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 Also