LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Attributes Property
See Also 
Leadtools.ColorConversion Namespace > IccHeader Structure : Attributes Property



Gets or sets the media attribute.

Syntax

Visual Basic (Declaration) 
Public Property Attributes As IccProfileMediaFlags
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value As IccProfileMediaFlags
 
instance.Attributes = value
 
value = instance.Attributes
C# 
public IccProfileMediaFlags Attributes {get; set;}
C++/CLI 
public:
property IccProfileMediaFlags Attributes {
   IccProfileMediaFlags get();
   void set (    IccProfileMediaFlags value);
}

Property Value

Enumeration that identifies attributes unique to a particular device. For a list of possible values, refer to IccProfileMediaFlags.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also