Enum ImagePixelFormat

Enum ImagePixelFormat

Der Name: Aspose.Words.Saving Zusammensetzung: Aspose.Words.dll (25.4.0)

Spezifiziert das Pixelformat für die generierten Bilder von Dokumentseiten.

public enum ImagePixelFormat

Fields

Format16BppArgb1555 = 2

16 Bits pro Pixel, ARGB.

Format16BppRgb555 = 0

16 Bits pro Pixel, RGB.

Format16BppRgb565 = 1

16 Bits pro Pixel, RGB.

Format1bppIndexed = 10

1 Bit pro Pixel, indexiert.

Format24BppRgb = 3

24 Bits pro Pixel, RGB.

Format32BppArgb = 5

32 Bits pro Pixel, ARGB.

Format32BppPArgb = 6

32 Bits pro Pixel, ARGB, veraltete Alpha.

Format32BppRgb = 4

32 Bits pro Pixel, RGB.

Format48BppRgb = 7

48 Bits pro Pixel, RGB.

Format64BppArgb = 8

64 Bits pro Pixel, ARGB.

Format64BppPArgb = 9

64 Bits pro Pixel, ARGB, veraltete Alpha.

 Deutsch