FingerScanner.autoProcess Property

Module: FingerScanner

Type: bool

Definition

Indicates whether the device should automatically process the captured images.

auto_process: bool

Exceptions

An error has occurred during FingerCapture Library execution.
bool get autoProcess => getAutoProcess();
set autoProcess(bool value) => setAutoProcess(value);

Exceptions

An error has occurred during FingerCapture Library execution.
public bool autoProcess
{
    get => GetautoProcess();
    set => SetautoProcess(ref value);
}

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetAutoProcess (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, bool * autoProcess)
int id3CaptureFingerScanner_SetAutoProcess (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, bool autoProcess)

Returns

int
An error code.
See id3FingerCaptureError file for the list of possible error codes.