ImagePixelFormat
ImagePixelFormat enumeration
Legt das Pixel-Format für die erzeugten Bilder fest.
public enum ImagePixelFormat
Werte
Name | Wert | Beschreibung |
---|---|---|
Format1bppIndexed | 1 | 1 Bit pro Pixel, indiziert. |
Format4bppIndexed | 4 | 4 Bit pro Pixel, indiziert. |
Format8bppIndexed | 8 | 8 Bit pro Pixel, indiziert. |
Format24bppRgb | 24 | 24 Bit pro Pixel, RGB. |
Format32bppArgb | 32 | 32 Bit pro Pixel, ARGB. |
Siehe Auch
- namespace Aspose.Slides.Export
- assembly Aspose.Slides