ScannerType

Applies to

BiometricScanner objects

Description

Specifies the bitset of authentication techniques used by the biometric scanner, including voice, fingerprint, and iris recognition.

Usage

The ScannerType property takes a string. For the HPBiometricScanner object, it defaults to the only supported value (fingerprint).

Examples

Example 1

The following example retrieves the authentication type from the current scanner:

Integer l_iret

l_iret = l_scanner.Open()

sl_type.text = string (l_scanner.ScannerType)