Click or drag to resize

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 bool Acquire()

Return Value

Type: Boolean
true 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