LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Leadtools.ColorConversion.IccTagTypeBase
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 Leadtools.ColorConversion.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 Leadtools.ColorConversion.IccTagTypeBase

Example

For an example, refer to IccProfileExtended.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also