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!

ImageListStreamer.Save

[To be supplied.]

[Visual Basic]
Overridable Public Sub Save( _
   ByVal s As Stream _
)
[C#]
public virtual void Save(
   Stream s
);
[C++]
public: virtual void Save(
   Stream* s
);
[JScript]
public function Save(
   s : Stream
);

Parameters

s
[To be supplied.]

See Also

ImageListStreamer Class | ImageListStreamer Members | System.WinForms Namespace