DicomDecodingSettings Class Properties
In This Topic
For a list of all properties of this type, see
DicomDecodingSettings.
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). |
See Also