FreeImage.SetTagLength Method

FreeImage.NET

FreeImageSetTagLength Method
Sets the length of the tag value in bytes.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SetTagLength(
	FITAG tag,
	uint length
)

Parameters

tag
Type: FreeImageAPIFITAG
The tag field.
length
Type: SystemUInt32
The new length.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also