Sets the number of data in the tag.

Namespace:  FreeImageAPI
Assembly:  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.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also