Click or drag to resize

HeifContextGetTopLevelImageIds Method

Gets a list of the top-level image ids.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public IReadOnlyList<HeifItemId> GetTopLevelImageIds()

Return Value

IReadOnlyListHeifItemId
A list of the top-level image ids.
Exceptions
ExceptionCondition
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