Gets the number of elements the metadata object contains.

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

Syntax

C#
public uint Count { get; private set; }
Visual Basic (Declaration)
Public Property Count As UInteger
Visual C++
public:
property unsigned int Count {
	unsigned int get ();
	void set (unsigned int value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also