Click or drag to resize

HeifImageHandleGetMetadata Method

Gets the meta-data bytes.

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

Parameters

id  HeifItemId
The identifier.

Return Value

Byte
The 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.
See Also