Returns the string contained by the specified tag.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
protected string GetTagText( string key ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetTagText ( _ key As String _ ) As String |
| Visual C++ |
|---|
protected: String^ GetTagText( String^ key ) |
Parameters
- key
- Type: System..::.String
The key of the tag.