Field.containsBiometricData Method¶
Module: Field
Definition¶
Returns a value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
bool containsBiometricData(BiometricDataType biometricDataType, String? biometricFormat)
Parameters
biometricDataType BiometricDataTypein The biometric data type.
biometricFormat Stringin The biometric data format.
Returns
boolA value indicating whether the field (or one of its child fields) contains biometric data of the specified type and/or format.
Exceptions
An error has occurred during Bioseal Library execution.