HeifContextGetUserDescriptionProperties(HeifItemId) Method

Gets the user description properties that are associated with the specified item.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<UserDescriptionProperty> GetUserDescriptionProperties(
	HeifItemId itemId
)

Parameters

itemId  HeifItemId
The item identifier.

Return Value

IReadOnlyListUserDescriptionProperty
A list of the user description properties that are associated with the specified item.

Remarks

This method is supported starting with LibHeif version 1.16.0, it will throw an exception on older versions.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also