Returns the number of components in the tag (in tag type units).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static uint GetTagCount( FITAG tag ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetTagCount ( _ tag As FITAG _ ) As UInteger |
| Visual C++ |
|---|
public: static unsigned int GetTagCount( FITAG tag ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.