FreeImage.NET Class Library Reference
FreeImageSetTagCount Method |
Sets the number of data in the tag.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagCount( FITAG tag, uint count )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field. - count
- Type: SystemUInt32
New number of data.
Return Value
Type: BooleanReturns true on success, false on failure.
See Also