Click or drag to resize

HeifContextSetPrimaryImage Method

Sets the primary image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void SetPrimaryImage(
	HeifImageHandle primaryImage
)

Parameters

primaryImage  HeifImageHandle
The primary image.
Exceptions
ExceptionCondition
ArgumentNullExceptionprimaryImage is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also