 | FXDIBFormats Enumeration |
A number indicating for bitmap format
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
SyntaxPublic Enumeration FXDIBFormats
public enum class FXDIBFormats
Patagames.Pdf.Enums.FXDIBFormats = function();
Patagames.Pdf.Enums.FXDIBFormats.createEnum('Patagames.Pdf.Enums.FXDIBFormats', false);
Members
| Member name | Value | Description |
---|
| Bytes1 | 1 |
Gray scale bitmap, one byte per pixel
|
| Bytes3 | 2 |
3 bytes per pixel, byte order: blue, green, red
|
| Bytes4 | 3 |
4 bytes per pixel, byte order: blue, green, red, unused
|
| Bytes4Alpha | 4 |
4 bytes per pixel, byte order: blue, green, red, alpha
|
See Also