Enum ImagePixelFormat
Enum ImagePixelFormat
Nama dari : Aspose.Words.Saving Perhitungan: Aspose.Words.dll (25.4.0)
Menentukan format piksel untuk gambar yang dihasilkan dari halaman dokumen.
public enum ImagePixelFormat
Fields
Format16BppArgb1555 = 2
16 bit per pixel dan ARGB.
Format16BppRgb555 = 0
16 bit per pixel dan RGB.
Format16BppRgb565 = 1
16 bit per pixel dan RGB.
Format1bppIndexed = 10
1 bit per pixel, diindeks.
Format24BppRgb = 3
24 bit per pixel dan RGB.
Format32BppArgb = 5
32 bit per pixel dan ARGB.
Format32BppPArgb = 6
32 bit per pixel, ARGB, premultiplied alpha.
Format32BppRgb = 4
32 bit per pixel dan RGB.
Format48BppRgb = 7
48 bit per pixel dan RGB.
Format64BppArgb = 8
64 bit per pixel dan ARGB.
Format64BppPArgb = 9
64 bit per pixel, ARGB, premultiplied alpha.