Class Compression

Class Compression

Nama dari : Aspose.Imaging.FileFormats.Dicom Pengumpulan: Aspose.Imaging.dll (25.4.0)

Termasuk pengaturan kompresi gambar.

public class Compression

Inheritance

object Compression

anggota yang diwarisi

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

Dapatkan atau menetapkan opsi JPEG.

public JpegOptions Jpeg { get; set; }

Nilai Properti

JpegOptions

Jpeg2000

Dapatkan atau menetapkan opsi JPEG 2000.

public Jpeg2000Options Jpeg2000 { get; set; }

Nilai Properti

Jpeg2000Options

Type

Dapatkan atau menetapkan jenis.

public CompressionType Type { get; set; }

Nilai Properti

CompressionType

 Indonesia