Field.containsBiometrics Property

Module: Field

Type: bool

Definition

A value indicating whether the field (or one of its child fields) contains biometric data.

contains_biometrics: bool

Exceptions

An error has occurred during Bioseal Library execution.
bool get containsBiometrics => getContainsBiometrics();

Exceptions

An error has occurred during Bioseal Library execution.
public bool containsBiometrics
{
    get => GetcontainsBiometrics();
}

Exceptions

An error has occurred during Bioseal Library execution.
public boolean getContainsBiometrics() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var containsBiometrics: Bool
    get {
        return try! getContainsBiometrics()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetContainsBiometrics (ID3_BIOSEAL_FIELD hField, bool * containsBiometrics)

Returns

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