Class DngLoadOptions

Class DngLoadOptions

Namespace: Aspose.Imaging.ImageLoadOptions
Assembly: Aspose.Imaging.dll (25.2.0)

The DNG load options

public class DngLoadOptions : LoadOptions

Inheritance

objectLoadOptionsDngLoadOptions

Inherited Members

LoadOptions.AddCustomFontSource(CustomFontSource, params object[]), LoadOptions.DataRecoveryMode, LoadOptions.DataBackgroundColor, LoadOptions.UseIccProfileConversion, LoadOptions.BufferSizeHint, LoadOptions.ProgressEventHandler, LoadOptions.ConcurrentImageProcessing, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

DngLoadOptions()

public DngLoadOptions()

Properties

AdjustWhiteBalance

Gets or sets the flag indicating that the white balance of the loaded DNG image should be adjusted.

public bool AdjustWhiteBalance { get; set; }

Property Value

bool

Fbdd

Gets or sets the FBDD.

public NoiseReductionType Fbdd { get; set; }

Property Value

NoiseReductionType

See Also

LoadOptions