Sets the tag ID.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagID( FITAG tag, ushort id ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagID ( _ tag As FITAG, _ id As UShort _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagID( FITAG tag, unsigned short id ) |