FreeImage.NET Class Library Reference
FreeImageGetTagCount Method |
Returns the number of components in the tag (in tag type units).
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static uint GetTagCount( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: UInt32The number of components.
See Also