Class DngLoadOptions
- Namespace
- Aspose.Imaging.ImageLoadOptions
- Assembly
- Aspose.Imaging.dll
The DNG load options
public class DngLoadOptions : LoadOptions
- Inheritance
-
DngLoadOptions
- Inherited Members
Constructors
DngLoadOptions()
public DngLoadOptions()
- See Also
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
The white balance adjustment flag.
- See Also
Fbdd
Gets or sets the FBDD.
public NoiseReductionType Fbdd { get; set; }
Property Value
- NoiseReductionType
The noise reduction before demosaic.
- See Also