Sets the tag description.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagDescription( FITAG tag, string description ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagDescription ( _ tag As FITAG, _ description As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagDescription( FITAG tag, String^ description ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.
- description
- Type: System..::.String
The new description.