| Visual Basic (Declaration) | |
|---|---|
Public Sub AddTag( _ ByVal tagTypeObject As IccTagTypeBase, _ ByVal tagSignature As Integer, _ ByVal tagTypeSignature As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void AddTag( IccTagTypeBase tagTypeObject, int tagSignature, int tagTypeSignature ) | |
| C++/CLI | |
|---|---|
public: void AddTag( IccTagTypeBase^ tagTypeObject, int tagSignature, int tagTypeSignature ) | |
Parameters
- 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family