SignaturePad.parameterCategoryList Property

Module: SignaturePad

Type: StringList

Definition

Lists categories of parameters relevant to the device.

parameter_category_list: StringList

Exceptions

An error has occurred during Devices Library execution.
StringList get parameterCategoryList => getParameterCategoryList();

Exceptions

An error has occurred during Devices Library execution.
public StringList parameterCategoryList
{
    get => GetparameterCategoryList();
}

Exceptions

An error has occurred during Devices Library execution.
public StringList getParameterCategoryList() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_GetParameterCategoryList (ID3_DEVICES_SIGNATURE_PAD hSignaturePad, ID3_DEVICES_STRING_LIST hParameterCategoryList)

Returns

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