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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub SetPropertyItem(PropertyItem)
[C#] public void SetPropertyItem(PropertyItem);
[C++] public: void SetPropertyItem(PropertyItem*);
[JScript] public function SetPropertyItem(PropertyItem);

[To be supplied.]

[Visual Basic] Overloads Public Sub SetPropertyItem(Integer, PropertyItem)
[C#] public void SetPropertyItem(int, PropertyItem);
[C++] public: void SetPropertyItem(int, PropertyItem);
[JScript] public function SetPropertyItem(int, PropertyItem);

See Also

Image Class | Image Members | System.Drawing Namespace