Click or drag to resize

HeifImageHandleGetMetadataBlockIds Method

Gets a list of the meta-data block ids.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
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
ExceptionCondition
HeifExceptionCould not get all of the meta-data block ids.
ObjectDisposedExceptionThe object has been disposed.
See Also