LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

AddTag Method






Icc class object that contains the tag data.
Tag signature. For possible values refer to IccTag.
Tag type signature. For possible values refer to IccTagTypeBase
Adds a new tag to the ICC profile. .NET support
Syntax
public void AddTag( 
   IccTagTypeBase tagTypeObject,
   int tagSignature,
   int tagTypeSignature
)
'Declaration
 
Public Sub AddTag( _
   ByVal tagTypeObject As IccTagTypeBase, _
   ByVal tagSignature As Integer, _
   ByVal tagTypeSignature As Integer _
) 
'Usage
 
Dim instance As IccProfileExtended
Dim tagTypeObject As IccTagTypeBase
Dim tagSignature As Integer
Dim tagTypeSignature As Integer
 
instance.AddTag(tagTypeObject, tagSignature, tagTypeSignature)
public void AddTag( 
   IccTagTypeBase tagTypeObject,
   int tagSignature,
   int tagTypeSignature
)
 function Leadtools.ColorConversion.IccProfileExtended.AddTag( 
   tagTypeObject ,
   tagSignature ,
   tagTypeSignature 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members
GetTag
DeleteTag Method
GenerateIccFile Method
GetTagTypeSignature Method
GenerateProfileId Method
UpdateDataArray Method
ReadFromImage
ReadFromImage
WriteToImage
WriteToImage

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.