HeifContextGetUserDescriptionProperties(HeifImageHandle) Method

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

Definition

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

Parameters

imageHandle  HeifImageHandle
The image handle.

Return Value

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

Remarks

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

Exceptions

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

See Also