LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Tags Property

Show in webframe





Gets or sets the tags list.
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:
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

See Also

Reference

IccTagList Structure
IccTagList Members

 

 


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