public int LowBit {get; set;}
'Declaration Public Property LowBit As Integer
'Usage Dim instance As RasterPaintDibInfo Dim value As Integer instance.LowBit = value value = instance.LowBit
Used in conjunction with HighBit to specify if the data does not occupy the full range
This is valid only if Flags has RasterPaintDibInfoFlags.LowHighBitValid set.