Sets the length of the tag value in bytes.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagLength( FITAG tag, uint length ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagLength ( _ tag As FITAG, _ length As UInteger _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagLength( FITAG tag, unsigned int length ) |