Enum ImagePixelFormat
Enum ImagePixelFormat
Το όνομα: Aspose.Words.Saving Συγκέντρωση: Aspose.Words.dll (25.4.0)
Προσδιορίζει τη μορφή pixel για τις δημιουργημένες εικόνες των σελίδων εγγράφου.
public enum ImagePixelFormat
Fields
Format16BppArgb1555 = 2
16 bit ανά pixel, ARGB.
Format16BppRgb555 = 0
16 bit ανά pixel, RGB.
Format16BppRgb565 = 1
16 bit ανά pixel, RGB.
Format1bppIndexed = 10
1 bit ανά pixel, Indexed.
Format24BppRgb = 3
24 bit ανά pixel, RGB.
Format32BppArgb = 5
32 bit ανά pixel, ARGB.
Format32BppPArgb = 6
32 bits ανά pixel, ARGB, προεπιλεγμένο άλφα.
Format32BppRgb = 4
32 bit ανά pixel, RGB.
Format48BppRgb = 7
48 bit ανά pixel, RGB.
Format64BppArgb = 8
64 bit ανά pixel, ARGB.
Format64BppPArgb = 9
64 bits ανά pixel, ARGB, προεπιλεγμένο άλφα.