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 str
in 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 String
in 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 string
in 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 String
in 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

in 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

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