Bioseal.containsFingerTemplates Property

Module: Bioseal

Type: bool

Definition

Indicates whether the BioSeal contains finger templates.

contains_finger_templates: bool

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3Bioseal_GetContainsFingerTemplates (ID3_BIOSEAL hBioseal, bool * containsFingerTemplates)

Returns

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