T_PDFiumSharp_BitmapFormats - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public enum BitmapFormats
| Member name | Value | Description | |
|---|---|---|---|
| FPDFBitmap_Gray | 1 | Gray scale bitmap, one byte per pixel. | |
| FPDFBitmap_BGR | 2 | 3 bytes per pixel, byte order: blue, green, red. | |
| FPDFBitmap_BGRx | 3 | 4 bytes per pixel, byte order: blue, green, red, unused. | |
| FPDFBitmap_BGRA | 4 | 4 bytes per pixel, byte order: blue, green, red, alpha. |