Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
GetTagTypeSignature Method
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class : GetTagTypeSignature Method




tagSignature
Tag signature whose tag type to be returned. For possible values, refer to IccTag.
Gets the tag type signature of the tag with the given tag signature.

Syntax

Visual Basic (Declaration) 
Public Function GetTagTypeSignature( _
   ByVal tagSignature As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
Dim tagSignature As Integer
Dim value As Integer
 
value = instance.GetTagTypeSignature(tagSignature)
C# 
public int GetTagTypeSignature( 
   int tagSignature
)
Managed Extensions for C++ 
public: int GetTagTypeSignature( 
   int tagSignature
) 
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also