Class DicomJpegParams
Inheritance
DicomJpegParams
Assembly: cs.temp.dll.dll
Syntax
public class DicomJpegParams : DicomCodecParams
Constructors
DicomJpegParams()
Declaration
Properties
ConvertColorspaceToRGB
Declaration
public bool ConvertColorspaceToRGB { get; set; }
Property Value
Declaration
public int PointTransform { get; set; }
Property Value
Predictor
Declaration
public int Predictor { get; set; }
Property Value
Quality
Declaration
public int Quality { get; set; }
Property Value
SampleFactor
Declaration
public DicomJpegSampleFactor SampleFactor { get; set; }
Property Value
SmoothingFactor
Declaration
public int SmoothingFactor { get; set; }
Property Value