HeifContextGetUserDescriptionProperties(HeifRegionItem) Method

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

Definition

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

Parameters

regionItem  HeifRegionItem
The region item.

Return Value

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

Remarks

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

Exceptions

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

See Also