Returns the specified metadata tag.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public MetadataTag GetTag( string key ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTag ( _ key As String _ ) As MetadataTag |
| Visual C++ |
|---|
public: MetadataTag^ GetTag( String^ key ) |
Parameters
- key
- Type: System..::.String
The key of the tag.
Return Value
The metadata tag.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | key is null. |