HeifImageHandleGetThumbnailImageIds Method

Gets a list of the thumbnail image ids.

Definition

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

Return Value

IReadOnlyListHeifItemId
A list of the thumbnail image ids.

Exceptions

HeifExceptionCould not get all of the thumbnail image ids.
ObjectDisposedExceptionThe object has been disposed.

See Also