LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

CreateTagType Method

Show in webframe





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.
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
) 

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

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.