Click or drag to resize

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 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 Remarks in IsisController for more information about error handling.

See Also