VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecodingSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    DicomDecodingSettings Class Members
    In This Topic
    The following tables list the members exposed by DicomDecodingSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether DICOM decoder must apply the Modality Look Up Table to a DICOM image.
    Public PropertyGets or sets a value indicating whether DICOM decoder must apply the Value Of Interest Look Up Table to a DICOM image.
    Public PropertyGets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings)
    Public PropertyGets or sets the drawing factory. (Inherited from DecodingSettings)
    Public PropertyGets or sets the output pixel format of DICOM image.
    Public PropertyGets or sets the color, which is used for filling overlay images.
    Public PropertyGets or sets a value indicating whether DICOM decoder must return image with overlay images.
    Public PropertyGets or sets a VOI LUT (value of interest lookup table).
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodCopies the current decoding settings to the target decoding settings.
    See Also