[FlagsAttribute()] public enum RasterPaintDibInfoFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterPaintDibInfoFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterPaintDibInfoFlags
[FlagsAttribute()] public enum RasterPaintDibInfoFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Drawing.RasterPaintDibInfoFlags = function() { }; Leadtools.Drawing.RasterPaintDibInfoFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterPaintDibInfoFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
IgnoreLut | Ignore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images. |
LowHighBitValid | LowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images. |
None | No flags are set |
You can combine two or more flags using a bitwise Or operator.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.RasterPaintDibInfoFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2