FreeImage.NET Class Library Reference
FreeImageGetTagID Method |
Returns the tag ID.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static ushort GetTagID( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: UInt16The ID or 0 if unavailable.
See Also