Flags that identifie attributes unique to a particular device.
[FlagsAttribute()]public enum IccProfileMediaFlags
<FlagsAttribute()>Public Enum IccProfileMediaFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum class IccProfileMediaFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | ColorMedia | Colored media. |
| 0x00000000 | Glossy | Glossy media. |
| 0x00000000 | None |
Reflective, Glossay, 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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
