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

TagList Property






Gets or sets the ICC profile tag list. .NET support
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 IccTagList TagList {get; set;}
 get_TagList();
set_TagList(value);
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: 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

IccProfileExtended Class
IccProfileExtended Members

 

 


Products | Support | Contact Us | Copyright Notices

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