Sets the number of data in the tag.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool SetTagCount( FITAG tag, uint count ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function SetTagCount ( _ tag As FITAG, _ count As UInteger _ ) As Boolean |
| Visual C++ |
|---|
public: static bool SetTagCount( FITAG tag, unsigned int count ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The tag field.
- count
- Type: System..::.UInt32
New number of data.