Bioseal.containsImages Property

Module: Bioseal

Type: bool

Definition

Indicates whether the BioSeal contains images.

contains_images: bool

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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