Gets all the property items (pieces of metadata) stored in this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: 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 (); } |