Table of Contents

Class Compression

Namespace
Aspose.Imaging.FileFormats.Dicom
Assembly
Aspose.Imaging.dll

Contains the image compression settings.

public class Compression
Inheritance
Compression
Inherited Members

Constructors

Compression()

public Compression()

Properties

Jpeg

Gets or sets the JPEG options.

public JpegOptions Jpeg { get; set; }

Property Value

JpegOptions

The JPEG options.

Jpeg2000

Gets or sets the JPEG 2000 options.

public Jpeg2000Options Jpeg2000 { get; set; }

Property Value

Jpeg2000Options

The JPEG 2000 options.

Type

Gets or sets the type.

public CompressionType Type { get; set; }

Property Value

CompressionType

The type.