ImagePixelFormat
ImagePixelFormat enumeration
Especifica el formato de píxeles para las imágenes generadas.
public enum ImagePixelFormat
Valores
Nombre | Valor | Descripción |
---|---|---|
Format1bppIndexed | 1 | 1 bits 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
- asamblea Aspose.Slides