HeifImageHandleGetMetadata(HeifItemId) Method

Gets the meta-data bytes.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public byte[] GetMetadata(
	HeifItemId id
)

Parameters

id  HeifItemId
The identifier.

Return Value

Byte
The meta-data bytes.

Exceptions

HeifException A LibHeif error occurred. -or- The meta-data block is larger than 2 GB.
ObjectDisposedExceptionThe object has been disposed.

See Also