HeifContextGetImageHandle Method

Gets the image handle for the specified image id.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifImageHandle GetImageHandle(
	HeifItemId imageId
)

Parameters

imageId  HeifItemId
The image id.

Return Value

HeifImageHandle
The image handle for the specified image id.

Exceptions

HeifExceptionA LibHeif error occurred.
InvalidOperationExceptionA reader must be set before calling this method.
ObjectDisposedExceptionThe object has been disposed.

See Also