Returns the tag value.
It is up to the programmer to interpret the returned pointer correctly,
according to the results of GetTagType and GetTagCount.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static IntPtr GetTagValue( FITAG tag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetTagValue ( _ tag As FITAG _ ) As IntPtr |
| Visual C++ |
|---|
public: static IntPtr GetTagValue( FITAG tag ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.