Enum ColorDepth

ColorDepth enumeration

Enumerates Bit Depth Type for tiff image.

public enum ColorDepth

Values

NameValueDescription
Default0Default value, not set value.
Format1bpp11 bit per pixel
Format4bpp44 bits per pixel
Format8bpp88 bits per pixel
Format24bpp2424 bits per pixel
Format32bpp3232 bits per pixel

See Also