Adds a new tag to the ICC profile.
public void AddTag(
IccTagTypeBase tagTypeObject,
int tagSignature,
int tagTypeSignature
)
Public Sub AddTag( _
ByVal tagTypeObject As Leadtools.Colorconversion.IccTagTypeBase, _
ByVal tagSignature As Integer, _
ByVal tagTypeSignature As Integer _
)
public:
void AddTag(
Leadtools.Colorconversion.IccTagTypeBase^ tagTypeObject,
int tagSignature,
int tagTypeSignature
)
tagTypeObject
Icc class object that contains the tag data.
tagSignature
Tag signature. For possible values refer to IccTag.
tagTypeSignature
Tag type signature. For possible values refer to IccTagTypeBase
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