Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data).
public int HighBit { get; set; }
Public Property HighBit As Integer
Valid values are LowBit through BitsPerPixel - 1.
Used in conjunction with LowBit to specify if the data does not occupy the full range
This is valid only if Flags has RasterPaintDibInfoFlags.LowHighBitValid set.
For an example, refer to RasterPaintDibInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET