HeifContextGetUserDescriptionProperties(HeifImageHandle) Method
Gets the user description properties that are associated with the specified image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public IReadOnlyList<UserDescriptionProperty> GetUserDescriptionProperties(
HeifImageHandle imageHandle
)
Public Function GetUserDescriptionProperties (
imageHandle As HeifImageHandle
) As IReadOnlyList(Of UserDescriptionProperty)
public:
IReadOnlyList<UserDescriptionProperty^>^ GetUserDescriptionProperties(
HeifImageHandle^ imageHandle
)
member GetUserDescriptionProperties :
imageHandle : HeifImageHandle -> IReadOnlyList<UserDescriptionProperty>
- imageHandle HeifImageHandle
- The image handle.
IReadOnlyListUserDescriptionProperty
A list of the user description properties that are associated with the specified image.
This method is supported starting with LibHeif version 1.16.0, it will throw an
exception on older versions.