Returns the value of the specified tag.
Namespace:
FreeImageAPI.Metadata
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected Nullable<T> GetTagValue<T>(
string key
)
where T : struct, new()
|
Visual Basic (Declaration) |
---|
Protected Function GetTagValue(Of T As {Structure, New}) ( _
key As String _
) As Nullable(Of T) |
Visual C++ |
---|
protected:
generic<typename T>
where T : value class, gcnew()
Nullable<T> GetTagValue(
String^ key
) |
Type Parameters
Return Value
The value of the specified tag.
Version Information
FreeImage.NET
Supported in: 3.12.0, 3.13.0, 3.13.1
See Also