Bioseal.containsPortraits Property

Module: Bioseal

Type: bool

Definition

Indicates whether the BioSeal contains portraits.

contains_portraits: bool

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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