DicomDecodingSettings Class Members
In This Topic
The following tables list the members exposed by
DicomDecodingSettings.
Public Constructors
Public Properties
| Name | Description |
 | ApplyModalityLut | Gets or sets a value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image. |
 | ApplyValueOfInterestLut | Gets or sets a value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image. |
 | ColorManagement | Gets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings) |
 | DrawingTools | Gets or sets the drawing factory. (Inherited from DecodingSettings) |
 | OutputPixelFormat | Gets or sets the output pixel format of DICOM image. |
 | OverlayColor | Gets or sets the color, which is used for filling overlay images. |
 | ShowOverlayImages | Gets or sets a value indicating whether DICOM decoder must return image with overlay images. |
 | ValueOfInterestLut | Gets or sets a VOI LUT (value of interest lookup table). |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. |
 | CopyTo | Copies the current decoding settings to the target decoding settings. |
See Also