LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

DeleteTag Method






tag signature for the tag to be deleted and returned.
Deletes an existing tag from the ICC profile and returns it to the user. .NET support
Syntax
public IccTagTypeBase DeleteTag( 
   int tagSignature
)
'Declaration
 
Public Function DeleteTag( _
   ByVal tagSignature As Integer _
) As IccTagTypeBase
'Usage
 
Dim instance As IccProfileExtended
Dim tagSignature As Integer
Dim value As IccTagTypeBase
 
value = instance.DeleteTag(tagSignature)
public IccTagTypeBase DeleteTag( 
   int tagSignature
)
 function Leadtools.ColorConversion.IccProfileExtended.DeleteTag( 
   tagSignature 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.