ImagePixelFormat
ImagePixelFormat enumeration
Gibt das Pixelformat für die generierten Bilder an.
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
- namensraum Aspose.Slides.Export
- Montage Aspose.Slides