Sets the tag data type.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool SetTagType( FITAG tag, FREE_IMAGE_MDTYPE type ) |
Visual Basic (Declaration) |
---|
Public Shared Function SetTagType ( _ tag As FITAG, _ type As FREE_IMAGE_MDTYPE _ ) As Boolean |
Visual C++ |
---|
public: static bool SetTagType( FITAG tag, FREE_IMAGE_MDTYPE type ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.
- type
- Type: FreeImageAPI..::.FREE_IMAGE_MDTYPE
The new type.