Flags that identify attributes unique to a particular device.
[FlagsAttribute()]
public enum IccProfileMediaFlags
<FlagsAttribute()>
Public Enum IccProfileMediaFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class IccProfileMediaFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ColorMedia | Colored media. |
0x00000000 | Glossy | Glossy media. |
0x00000000 | None |
Reflective, Glossy, Positive media polarity and Colored media. Its value is equal to = IccProfileMediaFlags.Reflective | IccProfileMediaFlags.Glossy | IccProfileMediaFlags.PositiveMediaPolarity | IccProfileMediaFlags.ColorMedia |
0x00000000 | PositiveMediaPolarity | Positive media polarity. |
0x00000000 | Reflective | Reflective media. |
0x00000001 | Transparent | Transparent media. |
0x00000002 | Matte | Matte media. |
0x00000004 | NegativeMediaPolarity | Negative media polarity. |
0x00000008 | BlackAndWhiteMedia | Black and white media. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Media Transparency | Reflective, Transparent |
Glossy or matte media | Glossy, Matte |
Media Polarity | PositiveMediaPolarity, NegativeMediaPolarity |
Colored or Black and white media | ColorMedia, BlackAndWhiteMedia |
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