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