This documentation is archived and is not being maintained.

Image.GetPropertyItem Method

Gets the specified property item from this Image object.

[Visual Basic]
Public Function GetPropertyItem( _
   ByVal propid As Integer _
) As PropertyItem
[C#]
public PropertyItem GetPropertyItem(
 int propid
);
[C++]
public: PropertyItem* GetPropertyItem(
 int propid
);
[JScript]
public function GetPropertyItem(
   propid : int
) : PropertyItem;

Parameters

propid
The ID of the property item to get.

Return Value

The PropertyItem object this method gets.

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

Image Class | Image Members | System.Drawing Namespace

Show: