Click or drag to resize

IsisDeviceAcquire Method

Acquires an image from the 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
In order to control scanning process various events defined in IsisController class can be used. See Acquire method for details.
See Also