LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

GetTagTypeSignature Method

Show in webframe





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
public int GetTagTypeSignature( 
   int tagSignature
)
'Declaration
 
Public Function GetTagTypeSignature( _
   ByVal tagSignature As Integer _
) As Integer
'Usage
 
Dim instance As IccProfileExtended
Dim tagSignature As Integer
Dim value As Integer
 
value = instance.GetTagTypeSignature(tagSignature)

            

            
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

See Also

Reference

IccProfileExtended Class
IccProfileExtended Members
AddTag Method
GetTag Method
DeleteTag Method
GenerateIccFile Method
GenerateProfileId Method
UpdateDataArray Method
ReadFromImage
ReadFromImage
WriteToImage
WriteToImage

 

 


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