FreeImage.NET Class Library Reference
FreeImageGetTagLength Method |
Returns 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 uint GetTagLength( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: UInt32The length of the tag value.
See Also