LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccProfileMediaFlags Enumeration






Flags that identifie attributes unique to a particular device.

.NET support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum IccProfileMediaFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As IccProfileMediaFlags
[FlagsAttribute()]
public enum IccProfileMediaFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ColorConversion.IccProfileMediaFlags = function() { };
Leadtools.ColorConversion.IccProfileMediaFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class IccProfileMediaFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BlackAndWhiteMediaBlack and white media.
ColorMediaColored media.
GlossyGlossy media.
MatteMatte media.
NegativeMediaPolarityNegative media polarity.
None

Reflective, Glossay, Positive media polarity and Colored media.

Its value is equal to = IccProfileMediaFlags.Reflective | IccProfileMediaFlags.Glossy | IccProfileMediaFlags.PositiveMediaPolarity | IccProfileMediaFlags.ColorMedia

PositiveMediaPolarityPositive media polarity.
ReflectiveReflective media.
TransparentTransparent media.
Remarks
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccProfileMediaFlags

Requirements

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

See Also

Reference

Leadtools.ColorConversion Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.