[FlagsAttribute()]
public enum RasterPaintDibInfoFlags
[FlagsAttribute()]
public enum class RasterPaintDibInfoFlags
class RasterPaintDibInfoFlags(Enum):
None = 0
IgnoreLut = 1
LowHighBitValid = 2
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags are set |
0x00000001 | IgnoreLut | Ignore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images. |
0x00000002 | LowHighBitValid | LowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images. |
You can combine two or more flags using a bitwise Or operator.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document