SignaturePad.startCapture Method¶
Module: SignaturePad
Definition¶
Initiates the data capture process on the signature pad.
An optional string parameter can be provided to configure the capture process.
start_capture(self, param: str=None) -> None
Parameters
param
strin An optional parameter that can be used to influence the configuration of the capture process, such as specifying capture settings or modes.
Exceptions
An error has occurred during Devices Library execution.
void startCapture(String? param)
Parameters
param
Stringin An optional parameter that can be used to influence the configuration of the capture process, such as specifying capture settings or modes.
Exceptions
An error has occurred during Devices Library execution.
public void StartCapture(string param=null)
Parameters
param
stringin An optional parameter that can be used to influence the configuration of the capture process, such as specifying capture settings or modes.
Exceptions
An error has occurred during Devices Library execution.
public void startCapture(String param) throws DevicesException
Parameters
param
Stringin An optional parameter that can be used to influence the configuration of the capture process, such as specifying capture settings or modes.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_StartCapture (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
const char * param)
Parameters
hSignaturePad
ID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.param
const char *in An optional parameter that can be used to influence the configuration of the capture process, such as specifying capture settings or modes.
Returns