Gets or sets the tags list.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Tags As IccTag() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IccTagList
Dim value() As IccTag
instance.Tags = value
value = instance.Tags
|
| C# | |
|---|
public IccTag[] Tags {get; set;} |
| C++/CLI | |
|---|
public:
property array<IccTag>^ Tags {
array<IccTag>^ get();
void set (IccTagarray<value>^ value);
} |
Return Value
IccTag class that contains a list of all the tags in the ICC profile.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also