SignaturePad.captureCallback Property

Module: SignaturePad

Type: CaptureCallback

Definition

Callback function triggered when new capture data becomes available from the device.

This is typically used to process and display the captured signature in real-time.

capture_callback: CaptureCallback

Exceptions

An error has occurred during Devices Library execution.
set captureCallback(CaptureCallback value) => setCaptureCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public CaptureCallback captureCallback
{
    set => SetcaptureCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setCaptureCallback(CaptureCallback captureCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_SetCaptureCallback (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, id3DevicesCaptureCallback captureCallback, void * context)

Returns

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