Returns a list of all metadata tags this instance represents.

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

Syntax

C#
public List<MetadataTag> List { get; }
Visual Basic (Declaration)
Public ReadOnly Property List As List(Of MetadataTag)
Visual C++
public:
property List<MetadataTag^>^ List {
	List<MetadataTag^>^ get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also