Image::GetPropertyCount method (gdiplusheaders.h)

The Image::GetPropertyCount method gets the number of properties (pieces of metadata) stored in this Image object.

Syntax

UINT GetPropertyCount();

Return value

Type: UINT

This method returns the number of properties stored in this 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 gdiplusheaders.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Image

Image::GetAllPropertyItems

Image::GetPropertyIdList

Image::GetPropertyItem

Image::GetPropertyItemSize

Image::GetPropertySize

Image::RemovePropertyItem

Image::SetPropertyItem

PropertyItem

Reading and Writing Metadata