Gets all the property items (pieces of metadata) stored in this FreeImageBitmap.

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

Syntax

C#
public PropertyItem[] PropertyItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property PropertyItems As PropertyItem()
Visual C++
public:
property array<PropertyItem^>^ PropertyItems {
	array<PropertyItem^>^ get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also