xtd 0.2.0

◆ property_items()

const std::vector< imaging::property_item > & xtd::drawing::image::property_items ( ) const
noexcept

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

Returns
An array of xtd::drawing::imaging::property_item objects, one for each property item stored in the image.
Remarks
IIf the image has no property items or if the image format does not support property items, property_items returns an empty array (that is, an array of length zero).