FreeImage.NET Class Library Reference
FreeImageSetTagID Method |
Sets the tag ID.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagID( FITAG tag, ushort id )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field. - id
- Type: SystemUInt16
The new ID.
Return Value
Type: BooleanReturns true on success, false on failure.
See Also