HeifImageHandleGetMetadata(HeifMetadataBlockInfo) Method

Gets the meta-data bytes.

Definition

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

Parameters

info  HeifMetadataBlockInfo
The meta-data block information.

Return Value

Byte
The meta-data bytes.

Exceptions

ArgumentNullExceptioninfo is .
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also