SignaturePad.getLastSnapshot Method¶
Module: SignaturePad
Definition¶
Fetches the most recent snapshot taken by the device.
This function allows access to the last captured signature, which can be used for verification or storage.
get_last_snapshot(self, snapshot: CaptureImage) -> None
Parameters
snapshot
CaptureImagein An object to store the last snapshot data captured by the device.
Exceptions
An error has occurred during Devices Library execution.
void getLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein An object to store the last snapshot data captured by the device.
Exceptions
An error has occurred during Devices Library execution.
public void GetLastSnapshot(CaptureImage snapshot)
Parameters
snapshot
CaptureImagein An object to store the last snapshot data captured by the device.
Exceptions
An error has occurred during Devices Library execution.
public void getLastSnapshot(CaptureImage snapshot) throws DevicesException
Parameters
snapshot
CaptureImagein An object to store the last snapshot data captured by the device.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetLastSnapshot (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
ID3_DEVICES_CAPTURE_IMAGE hSnapshot)
Parameters
hSignaturePad
ID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.hSnapshot
ID3_DEVICES_CAPTURE_IMAGEin An object to store the last snapshot data captured by the device.
Returns