Click or drag to resize

PdfFocusCImageOptionseColorDepth Enumeration

Set a color depth for the produced image. Default value: 32 bit ARGB.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax
public enum eColorDepth
Members
Member nameValueDescription
BlackWhite1bpp0 Black and White 1-bit index image.
Grayscale8bpp1 Grayscale 8-bit.
Rgb32bpp2 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