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.RemovePropertyItem

[To be supplied.]

[Visual Basic]
Public Sub RemovePropertyItem( _
   ByVal propid As Integer _
)
[C#]
public void RemovePropertyItem(
   int propid
);
[C++]
public: void RemovePropertyItem(
   int propid
);
[JScript]
public function RemovePropertyItem(
   propid : int
);

Parameters

propid
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace