Click or drag to resize

HeifImageHandleGetThumbnailImage Method

Gets the thumbnail image handle.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifImageHandle GetThumbnailImage(
	HeifItemId id
)

Parameters

id  HeifItemId
The thumbnail image id.

Return Value

HeifImageHandle
The thumbnail image handle.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also