HeifDecodingOptionsIgnoreTransformations Property
Gets or sets a value indicating whether transformations are ignored when decoding the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool IgnoreTransformations { get; set; }
Public Property IgnoreTransformations As Boolean
Get
Set
public:
property bool IgnoreTransformations {
bool get ();
void set (bool value);
}
member IgnoreTransformations : bool with get, set
Property Value
Boolean if transformations are ignored when decoding the image; otherwise,
.