SignaturePad.setParameter Method¶
Module: SignaturePad
Definition¶
Sets a device parameter’s value.
set_parameter(self, parameter_name: str, data: DeviceParameter) -> None
Parameters
parameter_namestrin The parameter to set.dataDeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
void setParameter(String? parameterName, DeviceParameter data)
Parameters
parameterNameStringin The parameter to set.dataDeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
public void SetParameter(string parameterName, DeviceParameter data)
Parameters
parameterNamestringin The parameter to set.dataDeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
public void setParameter(String parameterName, DeviceParameter data) throws DevicesException
Parameters
parameterNameStringin The parameter to set.dataDeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_SetParameter (
    ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
    const char * parameterName,
    ID3_DEVICES_DEVICE_PARAMETER hData)
Parameters
hSignaturePadID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.parameterNameconst char *in The parameter to set.in The value to set the parameter to.
Returns