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 type | Pressure levels |
---|---|
Pre-naturaSign devices (BlueMPad, +Pad etc.) version 1 and 2 | 127 |
Pre-naturaSign devices (BlueMPad, +Pad etc.) version 3 or higher | 256 |
G5: naturaSign Standard | 256 |
G6: naturaSign Colour | 512 |
G6: naturaSign Colour, firmware 736 and higher | 1024 |
G7: naturaSign Mobile | 512 |
G8: naturaSign Comfort, naturaSign Flawless | 1024 |
G9: naturaSign Classic | 512 |
G9.5: natruaSign Biometric | 256 |
Return value
Function returns true if configured signature device supports 256 or more pressure levels, false if the device supports only 127 pressure levels.