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



tagSignature
Tag signature for the tag to be returned.
Gets an existing tag from the ICC profile.

Syntax

Visual Basic (Declaration) 
Public Function GetTag( _
   ByVal tagSignature As Integer _
) As IccTagTypeBase
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
Dim tagSignature As Integer
Dim value As IccTagTypeBase
 
value = instance.GetTag(tagSignature)
C# 
public IccTagTypeBase GetTag( 
   int tagSignature
)
C++/CLI 
public:
IccTagTypeBase^ GetTag( 
   int tagSignature
) 

Parameters

tagSignature
Tag signature for the tag to be returned.

Return Value

Object that conatins the requested tag, and should be casted to the proper ICC tag class.

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