This documentation is archived and is not being maintained.
Image.PropertyIdList Property
.NET Framework 1.1
Gets IDs of the property items stored in this Image object.
[Visual Basic] Public ReadOnly Property PropertyIdList As Integer () [C#] public int[] PropertyIdList {get;} [C++] public: __property int get_PropertyIdList(); [JScript] public function get PropertyIdList() : int[];
Property Value
An array of the property IDs, one for each property item stored in this image.
Remarks
If the image has no property items or if the image format does not support property items, PropertyIdList 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: