ImagePixelFormat Enumeration |
Specifies the pixel format for the generated images.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic enum ImagePixelFormat
Public Enumeration ImagePixelFormat
public enum class ImagePixelFormat
Members
| Member name | Value | Description |
---|
| Format1bppIndexed | 1 |
1 bits per pixel, indexed.
|
| Format4bppIndexed | 4 |
4 bits per pixel, indexed.
|
| Format8bppIndexed | 8 |
8 bits per pixel, indexed.
|
| Format24bppRgb | 24 |
24 bits per pixel, RGB.
|
| Format32bppArgb | 32 |
32 bits per pixel, ARGB.
|
See Also