Deletes an existing tag from the ICC profile and returns it to the user.
public IccTagTypeBase DeleteTag(
int tagSignature
)
Public Function DeleteTag( _
ByVal tagSignature As Integer _
) As Leadtools.Colorconversion.IccTagTypeBase
public:
Leadtools.Colorconversion.IccTagTypeBase^ DeleteTag(
int tagSignature
)
tagSignature
tag signature for the tag to be deleted and returned.
Object that contains the deleted tag, casted to the proper ICC tag class.
For an example, refer to IccProfileExtended.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET