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