HeifContextGetTopLevelImageIds Method

Gets a list of the top-level image ids.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<HeifItemId> GetTopLevelImageIds()

Return Value

IReadOnlyListHeifItemId
A list of the top-level image ids.

Exceptions

HeifException The file does not have any top-level images. -or- Could not get all of the top-level image ids.
InvalidOperationExceptionA reader must be set before calling this method.
ObjectDisposedExceptionThe object has been disposed.

See Also