Class DicomJpeg2000Params
Inheritance
DicomJpeg2000Params
Assembly: cs.temp.dll.dll
Syntax
public class DicomJpeg2000Params : DicomCodecParams
Constructors
DicomJpeg2000Params()
Declaration
public DicomJpeg2000Params()
Properties
AllowMCT
Declaration
public bool AllowMCT { get; set; }
Property Value
EncodeSignedPixelValuesAsUnsigned
Declaration
public bool EncodeSignedPixelValuesAsUnsigned { get; set; }
Property Value
Irreversible
Declaration
public bool Irreversible { get; set; }
Property Value
IsVerbose
Declaration
public bool IsVerbose { get; set; }
Property Value
Rate
Declaration
public int Rate { get; set; }
Property Value
RateLevels
Declaration
public int[] RateLevels { get; set; }
Property Value
UpdatePhotometricInterpretation
Declaration
public bool UpdatePhotometricInterpretation { get; set; }
Property Value