BitCount

WmfBitmapBaseHeader.BitCount property

Gets or sets a 16-bit unsigned integer that defines the format of each pixel, and the maximum number of colors in the DIB. This value MUST be in the BitCount Enumeration (section 2.1.1.3).

public DibBitCount BitCount { get; set; }

See Also