←Select platform

DeleteTag Method

Summary

Deletes an existing tag from the ICC profile and returns it to the user.

Syntax

C#
VB
C++
public IccTagTypeBase DeleteTag( 
   int tagSignature 
) 
  
Public Function DeleteTag( _ 
   ByVal tagSignature As Integer _ 
) As Leadtools.Colorconversion.IccTagTypeBase 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly