LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

TagList Property

Show in webframe





Gets or sets the ICC profile tag list.
Syntax
public IccTagList TagList {get; set;}
'Declaration
 
Public Property TagList As IccTagList
'Usage
 
Dim instance As IccProfileExtended
Dim value As IccTagList
 
instance.TagList = value
 
value = instance.TagList

            

            
public:
property IccTagList TagList {
   IccTagList get();
   void set (    IccTagList value);
}

Property Value

IccTagList structure that contains information and data about all the tags in the ICC profile.
Requirements

Target Platforms

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members

 

 


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