Sets the length of the tag value in bytes.

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

Parameters

tag
Type: FreeImageAPI..::.FITAG
The tag field.
length
Type: System..::.UInt32
The new length.

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