Click or drag to resize

HeifContextGetPrimaryImageHandle Method

Gets the image handle for the primary image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifImageHandle GetPrimaryImageHandle()

Return Value

HeifImageHandle
The image handle for the primary image.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
InvalidOperationExceptionA reader must be set before calling this method.
ObjectDisposedExceptionThe object has been disposed.
See Also