ImagePixelFormat
Enumeración ImagePixelFormat
Especifica el formato de píxel para las imágenes generadas.
public enum ImagePixelFormat
Valores
| Nombre | Valor | Descripción |
|---|---|---|
| Format1bppIndexed | 1 | 1 bit por píxel, indexado. |
| Format4bppIndexed | 4 | 4 bits por píxel, indexado. |
| Format8bppIndexed | 8 | 8 bits por píxel, indexado. |
| Format24bppRgb | 24 | 24 bits por píxel, RGB. |
| Format32bppArgb | 32 | 32 bits por píxel, ARGB. |
Ver También
- espacio de nombres Aspose.Slides.Export
- ensamblado Aspose.Slides