public RasterPaintDibInfoFlags Flags {get; set;}
'Declaration Public Property Flags As RasterPaintDibInfoFlags
'Usage Dim instance As RasterPaintDibInfo Dim value As RasterPaintDibInfoFlags instance.Flags = value value = instance.Flags
public: property RasterPaintDibInfoFlags Flags { RasterPaintDibInfoFlags get(); void set ( RasterPaintDibInfoFlags value); }
Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).