ImagePixelFormat
ImagePixelFormat-Enumeration
Gibt das Pixel-Format für die generierten Bilder an.
public enum ImagePixelFormat
Werte
Name | Wert | Beschreibung |
---|---|---|
Format1bppIndexed | 1 | 1 Bit pro Pixel, indiziert. |
Format4bppIndexed | 4 | 4 Bits pro Pixel, indiziert. |
Format8bppIndexed | 8 | 8 Bits pro Pixel, indiziert. |
Format24bppRgb | 24 | 24 Bits pro Pixel, RGB. |
Format32bppArgb | 32 | 32 Bits pro Pixel, ARGB. |
Siehe auch
- namespace Aspose.Slides.Export
- assembly Aspose.Slides