Class Compression
Class Compression
Namespace: Aspose.Imaging.FileFormats.Dicom
Assembly: Aspose.Imaging.dll (25.2.0)
Contains the image compression settings.
public class Compression
Inheritance
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
Jpeg2000
Gets or sets the JPEG 2000 options.
public Jpeg2000Options Jpeg2000 { get; set; }
Property Value
Type
Gets or sets the type.
public CompressionType Type { get; set; }