Class Compression

Class Compression

Namespace: Aspose.Imaging.FileFormats.Dicom
Assembly: Aspose.Imaging.dll (25.4.0)

Contains the image compression settings.

public class Compression

Inheritance

object Compression

Inherited Members

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

Constructors

Compression()

public Compression()

Properties

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

Type

Gets or sets the type.

public CompressionType Type { get; set; }

Property Value

CompressionType

 English