←Select platform

AddTag Method

Summary

Adds a new tag to the ICC profile.

Syntax
C#
VB
C++
  
Public Sub AddTag( _ 
   ByVal tagTypeObject As IccTagTypeBase, _ 
   ByVal tagSignature As Integer, _ 
   ByVal tagTypeSignature As Integer _ 
)  
public: 
void AddTag(  
   IccTagTypeBase^ tagTypeObject, 
   int tagSignature, 
   int tagTypeSignature 
)  

Parameters

tagTypeObject
Icc class object that contains the tag data.

tagSignature
Tag signature. For possible values refer to IccTag.

tagTypeSignature
Tag type signature. For possible values refer to IccTagTypeBase

Example

For an example, refer to IccProfileExtended.

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