ColorDepth Enumeration
Used to specify the parameter value passed to a Tiff image device.

Namespace: Aspose.Pdf.Devices
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ColorDepth
Members
  Member nameValueDescription
Default0 Default color depth. 32 bit depth is used by default.
Format8bpp1 8 bits per pixel. Equal Format8bppIndexed
Format4bpp2 4 bits per pixel. Equal Format4bppIndexed
Format1bpp3 1 bit per pixel. Equal Format32bppRgb
See Also