NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Image.GetPropertyItem

[To be supplied.]

[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
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace