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

Tags Property






Gets or sets the tags list. .NET support
Syntax
public IccTag[] Tags {get; set;}
'Declaration
 
Public Property Tags As IccTag()
'Usage
 
Dim instance As IccTagList
Dim value() As IccTag
 
instance.Tags = value
 
value = instance.Tags
public IccTag[] Tags {get; set;}
 get_Tags();
set_Tags(value);
public:
property array<IccTag>^ Tags {
   array<IccTag>^ get();
   void set (    array<IccTag>^ value);
}

Property Value

IccTag class that contains a list of 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

IccTagList Structure
IccTagList Members

 

 


Products | Support | Contact Us | Copyright Notices

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