Returns the tag data type.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FREE_IMAGE_MDTYPE GetTagType( FITAG tag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetTagType ( _ tag As FITAG _ ) As FREE_IMAGE_MDTYPE |
| Visual C++ |
|---|
public: static FREE_IMAGE_MDTYPE GetTagType( FITAG tag ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.