Sets the tag value.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagValue( FITAG tag, byte[] value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagValue ( _ tag As FITAG, _ value As Byte() _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagValue( FITAG tag, array<unsigned char>^ value ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.
- value
- Type: array<
System..::.Byte
>[]()[]
Pointer to the new value.