←Select platform

CreateTagType Method

Summary
Creates an ICC tag type data.
Syntax
C#
VB
C++
public static IccTagTypeBase CreateTagType( 
   IccTagTypeBase sourceTagData, 
   int tagTypeSignature 
) 
  
Public Shared Function CreateTagType( _ 
   ByVal sourceTagData As IccTagTypeBase, _ 
   ByVal tagTypeSignature As Integer _ 
) As IccTagTypeBase 
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
  • This method converts the sourceTagData into Big Endian format, and returns a ready tag type that can be used as part of other tag type.
  • For the purposes of ICC v4.2 tag types, this method is only used with the IccProfileSequenceDescriptionTagType class.
Example

For an additional example, refer to IccProfileSequenceDescriptionTagType.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.