DngLoadOptions

DngLoadOptions class

The DNG load options

public class DngLoadOptions : LoadOptions

Constructors

NameDescription
DngLoadOptions()The default constructor.

Properties

NameDescription
AdjustWhiteBalance { get; set; }Gets or sets the flag indicating that the white balance of the loaded DNG image should be adjusted.
BufferSizeHint { get; set; }Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
DataBackgroundColor { get; set; }Gets or sets the Image background Color.
DataRecoveryMode { get; set; }Gets or sets the data recovery mode.
Fbdd { get; set; }Gets or sets the FBDD.
ProgressEventHandler { get; set; }Gets or sets the progress event handler.

Methods

NameDescription
AddCustomFontSource(CustomFontSource, params object[])Adds the custom font source to supply image-specific fonts.

See Also