Compression

Class Compression

Namespace: Imagise.Compressor.Options.Dicom
Assembly: Imagise.Compressor.dll

Contains the image compression settings.

public class Compression

Inheritance

objectCompression

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Compression()

Initializes a new instance of the class.

public Compression()

Properties

CompressionType

Gets or sets the type.

public CompressionType CompressionType { get; set; }

Property Value

CompressionType

Jpeg

Gets or sets the JPEG options.

public JpegOptions Jpeg { get; set; }

Property Value

JpegOptions

Jpeg2000

Gets or sets the JPEG 2000 options.

public Jpeg2000Options Jpeg2000 { get; set; }

Property Value

Jpeg2000Options