Click or drag to resize

PdfFocusCImageOptionseColorDepth Enumeration

Set a color depth for the produced image. Default value: 24 bit RGB.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public enum eColorDepth
Members
Member nameValueDescription
BlackWhite1bpp0 Black and White 1-bit index image.
Grayscale8bpp1 Grayscale 8-bit.
Rgb32bpp2 Colored 24-bit, Truecolor
Remarks
Color depth or bit depth is the number of bits used to represent the color of a single pixel. Default value: 24 bit RGB.
See Also