ImageBitsPerPixel Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Defines image pixel format.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| BPP1 | 0 | 1 bit per pixel. | |
| BPP8 | 1 | 8 bits per pixel. | |
| BPP24 | 2 | 24 bits per pixel. | |
| BPP32 | 3 | 32 bits per pixel. |
See Also