Extracts the value of a MetadataTag instance to a FITAG handle.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator FITAG (
	MetadataTag value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As MetadataTag _
) As FITAG
Visual C++
static implicit operator FITAG (
	MetadataTag^ value
)

Parameters

value
Type: FreeImageAPI.Metadata..::.MetadataTag
A MetadataTag instance.

Return Value

A new instance of FITAG initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also