PdfFocusCImageOptionseColorDepth Enumeration |
Set a color depth for the produced image. Default value: 32 bit ARGB.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax Public Enumeration eColorDepth
Members Member name | Value | Description |
---|
BlackWhite1bpp | 0 |
Black and White 1-bit index image.
|
Grayscale8bpp | 1 |
Grayscale 8-bit.
|
Rgb32bpp | 2 |
Colored 32-bit, Truecolor
|
Remarks
Color depth or bit depth is the number of bits used to represent the color of a single pixel. Default value: 32 bit ARGB.
See Also