Click or drag to resize

HeifImageHandleGetThumbnailImageIds Method

Gets a list of the thumbnail image ids.

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

Return Value

IReadOnlyListHeifItemId
A list of the thumbnail image ids.
Exceptions
ExceptionCondition
HeifExceptionCould not get all of the thumbnail image ids.
ObjectDisposedExceptionThe object has been disposed.
See Also