Is256Pad

Declaration

Delphi

function Is256Pad: Boolean;

C/C++

SOPAD_API BOOL SOPAD_is256Pad();

ActiveX

HRESULT Is256Pad([out, retval] VARIANT_BOOL* Result);

Description

Some old signature devices were released in several versions with different pressure level support. Some of them supported only 127 pressure levels, other supported 256 pressure levels. This function lets determine how many pressure levels supports attached pad.

Newer devices (naturaSign Pad series) can have more than 256 pressure levels, so this function doesn't give accurate information for them.

Maximum pressure level can be also determined from the table.

Device typePressure levels
Pre-naturaSign devices (BlueMPad, +Pad etc.) version 1 and 2127
Pre-naturaSign devices (BlueMPad, +Pad etc.) version 3 or higher256
G5: naturaSign Standard256
G6: naturaSign Colour512
G6: naturaSign Colour, firmware 736 and higher1024
G7: naturaSign Mobile512
G8: naturaSign Comfort, naturaSign Flawless1024
G9: naturaSign Classic512
G9.5: natruaSign Biometric256

Return value

Function returns true if configured signature device supports 256 or more pressure levels, false if the device supports only 127 pressure levels.