LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Attributes Property

Show in webframe





Gets or sets the media attribute.
Syntax
public IccProfileMediaFlags Attributes {get; set;}
'Declaration
 
Public Property Attributes As IccProfileMediaFlags
'Usage
 
Dim instance As IccHeader
Dim value As IccProfileMediaFlags
 
instance.Attributes = value
 
value = instance.Attributes

            

            
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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.