LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DeleteTag Method
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class : DeleteTag Method



tagSignature
tag signature for the tag to be deleted and returned.
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
)
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also