HeifDecodingOptions Class

The options that can be set when decoding an image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifDecodingOptions
Inheritance
Object    HeifDecodingOptions

Constructors

HeifDecodingOptions Initializes a new instance of the HeifDecodingOptions class.

Properties

ColorConversionOptions Gets or sets the color conversion options.
ConvertHdrToEightBit Gets or sets a value indicating whether high bit-depth images should be converted to 8-bits-per-channel.
DecoderId Gets or sets a value that identifies the decoder to use.
IgnoreTransformations Gets or sets a value indicating whether transformations are ignored when decoding the image.
Strict Gets or sets a value indicating whether an error is returned for invalid input.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also