HeifImageHandleGetMetadataBlockIds Method

Gets a list of the meta-data block ids.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<HeifItemId> GetMetadataBlockIds(
	string type = null,
	string contentType = null
)

Parameters

type  String  (Optional)
The meta-data block type.
contentType  String  (Optional)
The meta-data block content type.

Return Value

IReadOnlyListHeifItemId
A list of the meta-data block ids.

Exceptions

HeifExceptionCould not get all of the meta-data block ids.
ObjectDisposedExceptionThe object has been disposed.

See Also