Click or drag to resize

HeifContextAddXmpMetadata Method

Adds XMP meta-data to the image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void AddXmpMetadata(
	HeifImageHandle imageHandle,
	byte[] xmp
)

Parameters

imageHandle  HeifImageHandle
The image handle.
xmp  Byte
The XMP data.
Exceptions
ExceptionCondition
ArgumentNullExceptionimageHandle is null. -or- xmp is null.
ArgumentExceptionxmp is an empty array.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also