FreeImage.NET Class Library Reference
![]() | 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)

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: BooleanReturns true on success, false on failure.
