←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.