Class ImageResizeSettings

Class ImageResizeSettings

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

Image Resize Pengaturan Kelas

public class ImageResizeSettings

Inheritance

object ImageResizeSettings

anggota yang diwarisi

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

Constructors

ImageResizeSettings()

Initifikasi instansi baru dari kelas Aspose.Imaging.ImageResizeSettings.

public ImageResizeSettings()

Properties

ColorCompareMethod

Dapatkan atau menetapkan metode perbandingan warna.

public ColorCompareMethod ColorCompareMethod { get; set; }

Nilai Properti

ColorCompareMethod

ColorQuantizationMethod

Dapatkan atau menetapkan metode kuantitas warna.

public ColorQuantizationMethod ColorQuantizationMethod { get; set; }

Nilai Properti

ColorQuantizationMethod

EntriesCount

Mendapatkan atau menetapkan jumlah entri

public int EntriesCount { get; set; }

Nilai Properti

int

FilterType

Dapatkan atau menetapkan jenis filter.

public ImageFilterType FilterType { get; set; }

Nilai Properti

ImageFilterType

Mode

Dapatkan atau menetapkan mode interpolasi.

public ResizeType Mode { get; set; }

Nilai Properti

ResizeType

 Indonesia