Image::PropertyIdList Property
.NET Framework (current version)
Gets IDs of the property items stored in this Image.
Assembly: System.Drawing (in System.Drawing.dll)
public: [BrowsableAttribute(false)] property array<int>^ PropertyIdList { array<int>^ get(); }
Property Value
Type: array<System::Int32>^An array of the property IDs, one for each property item stored in this image.
If the image has no property items or if the image format does not support property items, the PropertyIdList property returns an empty array (that is, an array of length zero).
.NET Framework
Available since 1.1
Available since 1.1
Show: