Gets the type of the metadata.

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

Syntax

C#
public FREE_IMAGE_MDTYPE Type { get; private set; }
Visual Basic (Declaration)
Public Property Type As FREE_IMAGE_MDTYPE
Visual C++
public:
property FREE_IMAGE_MDTYPE Type {
	FREE_IMAGE_MDTYPE get ();
	void set (FREE_IMAGE_MDTYPE value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also