LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

DeleteTag Method

Show in webframe





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
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
) 

Parameters

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

Return Value

Object that contains the deleted tag, casted to the proper ICC tag class.
Example
For an example, refer to IccProfileExtended.
Requirements

Target Platforms

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-2014 All Rights Reserved. LEAD Technologies, Inc.