HeifContextGetPrimaryImageHandle Method

Gets the image handle for the primary image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifImageHandle GetPrimaryImageHandle()

Return Value

HeifImageHandle
The image handle for the primary image.

Exceptions

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

See Also