HeifDecodingOptionsIgnoreTransformations Property

Gets or sets a value indicating whether transformations are ignored when decoding the image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool IgnoreTransformations { get; set; }

Property Value

Boolean
if transformations are ignored when decoding the image; otherwise, .

See Also