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

CreateTagType Method






Icc class object that contains the tag data.
Tag type signature of the tag type that needs to be created.
Creates an ICC tag type data. .NET support
Syntax
public static IccTagTypeBase CreateTagType( 
   IccTagTypeBase sourceTagData,
   int tagTypeSignature
)
'Declaration
 
Public Shared Function CreateTagType( _
   ByVal sourceTagData As IccTagTypeBase, _
   ByVal tagTypeSignature As Integer _
) As IccTagTypeBase
'Usage
 
Dim sourceTagData As IccTagTypeBase
Dim tagTypeSignature As Integer
Dim value As IccTagTypeBase
 
value = IccTools.CreateTagType(sourceTagData, tagTypeSignature)
public static IccTagTypeBase CreateTagType( 
   IccTagTypeBase sourceTagData,
   int tagTypeSignature
)
 function Leadtools.ColorConversion.IccTools.CreateTagType( 
   sourceTagData ,
   tagTypeSignature 
)
public:
static IccTagTypeBase^ CreateTagType( 
   IccTagTypeBase^ sourceTagData,
   int tagTypeSignature
) 

Parameters

sourceTagData
Icc class object that contains the tag data.
tagTypeSignature
Tag type signature of the tag type that needs to be created.

Return Value

Icc class object that contains the resulted tag.
Remarks
Example
For an additional example, refer to IccProfileSequenceDescriptionTagType.
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

IccTools Class
IccTools Members
FromDoubleTo2bFixed2bNumber Method
From2bFixed2bNumberToDouble Method
FromDoubleToU8Fixed8Number Method
FromU8Fixed8NumberToDouble Method

 

 


Products | Support | Contact Us | Copyright Notices

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