←Select platform

AddTag Method

Summary

Adds a new tag to the ICC profile.

Syntax

C#
VB
C++
  
Public Sub AddTag( _ 
   ByVal tagTypeObject As Leadtools.Colorconversion.IccTagTypeBase, _ 
   ByVal tagSignature As Integer, _ 
   ByVal tagTypeSignature As Integer _ 
)  
public: 
void AddTag(  
   Leadtools.Colorconversion.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly