Enum ImagePixelFormat

Enum ImagePixelFormat

Il nome: Aspose.Words.Saving Assemblea: Aspose.Words.dll (25.4.0)

Specifica il formato del pixel per le immagini generate delle pagine del documento.

public enum ImagePixelFormat

Fields

Format16BppArgb1555 = 2

16 bit per pixel, ARGB.

Format16BppRgb555 = 0

16 bit per pixel, RGB.

Format16BppRgb565 = 1

16 bit per pixel, RGB.

Format1bppIndexed = 10

1 bit per pixel, indicato.

Format24BppRgb = 3

24 bit per pixel, RGB.

Format32BppArgb = 5

32 bit per pixel, ARGB.

Format32BppPArgb = 6

32 bit per pixel, ARGB, alfa premultipliato.

Format32BppRgb = 4

32 bit per pixel, RGB.

Format48BppRgb = 7

48 bit per pixel, RGB.

Format64BppArgb = 8

64 bit per pixel, ARGB.

Format64BppPArgb = 9

64 bit per pixel, ARGB, alfa premultipliato.

 Italiano