Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AddTag Method
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class : AddTag Method



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
Adds a new tag to the ICC profile.

Syntax

Visual Basic (Declaration) 
Public Sub AddTag( _
   ByVal tagTypeObject As IccTagTypeBase, _
   ByVal tagSignature As Integer, _
   ByVal tagTypeSignature As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
Dim tagTypeObject As IccTagTypeBase
Dim tagSignature As Integer
Dim tagTypeSignature As Integer
 
instance.AddTag(tagTypeObject, tagSignature, tagTypeSignature)
C# 
public void AddTag( 
   IccTagTypeBase tagTypeObject,
   int tagSignature,
   int tagTypeSignature
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also