PropertyItem class (gdiplusimaging.h)

The PropertyItem class is a helper class for the Image and Bitmap classes. A PropertyItem object holds one piece of image metadata.

PropertyItem has these types of members:

Remarks

To set a property item (piece of metadata), pass the address of a PropertyItem object to the Image::SetPropertyItem method of an Image object. To retrieve a property item, pass the address of a PropertyItem object to the Image::GetPropertyItem method of an Image object.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusimaging.h (include Gdiplus.h)

See also

Image::GetAllPropertyItems

Image::GetPropertyIdList

Image::GetPropertyItem

Image::GetPropertyItemSize

Image::GetPropertySize

Image::RemovePropertyItem

Image::SetPropertyItem

Reading and Writing Metadata