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




tagSignature
tag signature for the tag to be deleted and returned.
Deletes an existing tag from the ICC profile and returns it to the user.

Syntax

Visual Basic (Declaration) 
Public Function DeleteTag( _
   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.DeleteTag(tagSignature)
C# 
public IccTagTypeBase DeleteTag( 
   int tagSignature
)
Managed Extensions for C++ 
public: IccTagTypeBase* DeleteTag( 
   int tagSignature
) 
C++/CLI 
public:
IccTagTypeBase^ DeleteTag( 
   int tagSignature
) 

Parameters

tagSignature
tag signature for the tag to be deleted and returned.

Return Value

Object that contains the deleted tag, and should be casted to the proper ICC tag class.

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