HeifContextSetPrimaryImage Method

Sets the primary image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void SetPrimaryImage(
	HeifImageHandle primaryImage
)

Parameters

primaryImage  HeifImageHandle
The primary image.

Exceptions

ArgumentNullExceptionprimaryImage is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also