Gets the number of elements the metadata object contains.
Namespace:
FreeImageAPI.MetadataAssembly: 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); } |