←Select platform

Tags Property

Summary

Gets or sets the tags list.

Syntax
C#
VB
C++
public IccTag[] Tags { get; set; } 
  
Public Property Tags As IccTag() 
public: 
property array<IccTag>^ Tags { 
   array<IccTag>^ get(); 
   void set (    array<IccTag>^ ); 
} 

Property Value

IccTag class that contains a list of all the tags in the ICC profile.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly