SignaturePad.isCapturing Property¶
Module: SignaturePad
Type: bool
Definition¶
Indicates whether the device is currently in the process of capturing data.
is_capturing: bool
Exceptions
An error has occurred during Devices Library execution.
bool get isCapturing => getIsCapturing();
Exceptions
An error has occurred during Devices Library execution.
public bool isCapturing
{
get => GetisCapturing();
}
Exceptions
An error has occurred during Devices Library execution.
public boolean getIsCapturing() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetIsCapturing (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, bool * isCapturing)
Returns