HeifImageHandleGetMetadataBlockInfo Method

Gets the meta-data information.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifMetadataBlockInfo GetMetadataBlockInfo(
	HeifItemId id
)

Parameters

id  HeifItemId
The identifier.

Return Value

HeifMetadataBlockInfo
The meta-data information.

Exceptions

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

See Also