Click or drag to resize

HeifImageHandleGetXmpMetadata Method

Gets the XMP meta-data.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public byte[] GetXmpMetadata()

Return Value

Byte
The XMP meta-data bytes.
Exceptions
ExceptionCondition
HeifException A LibHeif error occurred. -or- The meta-data block is larger than 2 GB.
ObjectDisposedExceptionThe object has been disposed.
Remarks
If the image contains more than one XMP block, this method will only return the first one.
See Also