Enum PixelFormat
Namespace TallComponents.PDF.Layout
Define pixel format for graphics data in Bitmap class.
Fields
None
Unknown format (for empty bitmap)
Indexed1
Indexed, one bit per pixel.
Indexed4
Indexed, four bits per pixel.
Indexed8
Indexed, eight bits per pixel.
Rgb24
RGB color space (24 bits per pixel).
Argb32
ARGB color space (32 bits per pixel - alpha channel and RGB color components.