This documentation is archived and is not being maintained.
Image.PropertyItems Property
.NET Framework 1.1
Gets all the property items (pieces of metadata) stored in this Image object.
[Visual Basic] Public ReadOnly Property PropertyItems As PropertyItem () [C#] public PropertyItem[] PropertyItems {get;} [C++] public: __property PropertyItem* get_PropertyItems(); [JScript] public function get PropertyItems() : PropertyItem[];
Property Value
An array of PropertyItem objects, one for each property item stored in the image.
Remarks
If the image has no property items or if the image format does not support property items, PropertyItems returns an empty array; that is, an array of length zero.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: