HeifContextGetTransformationProperties Method

Gets the transformation properties that should be applied to the specified image.

Definition

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

Parameters

imageHandle  HeifImageHandle
The image handle.

Return Value

IReadOnlyListTransformationProperty
The transformation properties that should be applied to 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