FreeImage.NET Class Library Reference
MetadataTag Conversion (MetadataTag to FITAG) |
Extracts the value of a MetadataTag instance to a FITAG handle.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FITAG ( MetadataTag value )
Parameters
- value
- Type: FreeImageAPI.MetadataMetadataTag
A MetadataTag instance.
Return Value
Type: FITAGA new instance of FITAG initialized to value.
See Also