public int HighBit {get; set;}
'Declaration Public Property HighBit As Integer
'Usage Dim instance As RasterPaintDibInfo Dim value As Integer instance.HighBit = value value = instance.HighBit
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.