Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also