Click or drag to resize

HeifDecodingOptions Class

The options that can be set when decoding an image.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifDecodingOptions

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifDecodingOptions

The HeifDecodingOptions type exposes the following members.

Constructors
 NameDescription
Public methodHeifDecodingOptions Initializes a new instance of the HeifDecodingOptions class.
Top
Properties
 NameDescription
Public propertyConvertHdrToEightBit Gets or sets a value indicating whether high bit-depth images should be converted to 8-bits-per-channel.
Public propertyIgnoreTransformations Gets or sets a value indicating whether transformations are ignored when decoding the image.
Public propertyStrict Gets or sets a value indicating whether an error is returned for invalid input.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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