←Select platform

GetTagTypeSignature Method

Summary

Gets the tag type signature of the tag with the given tag signature.

Syntax
C#
VB
C++
public int GetTagTypeSignature( 
   int tagSignature 
) 
  
Public Function GetTagTypeSignature( _ 
   ByVal tagSignature As Integer _ 
) As Integer 
public: 
int GetTagTypeSignature(  
   int tagSignature 
)  

Parameters

tagSignature
Tag signature whose tag type to be returned. For possible values, refer to IccTag.

Return Value

Tag type of the tag with the given tag signature.

Example

For an example, refer to IccProfileExtended.

Requirements

Target Platforms

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

Leadtools.ColorConversion Assembly