SignaturePad.applyParameters Method¶
Module: SignaturePad
Definition¶
Applies a set of parameters to the device.
apply_parameters(self, parameter_list: DeviceParameterList) -> None
Parameters
parameter_listDeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
void applyParameters(DeviceParameterList parameterList)
Parameters
parameterListDeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
public void ApplyParameters(DeviceParameterList parameterList)
Parameters
parameterListDeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
public void applyParameters(DeviceParameterList parameterList) throws DevicesException
Parameters
parameterListDeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_ApplyParameters (
    ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
    ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)
Parameters
hSignaturePadID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.hParameterListID3_DEVICES_DEVICE_PARAMETER_LISTin The list of parameters to apply.
Returns