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!

DynamicImage.SaveState

Save any attributes that were modified after "mark". See documentation for "LoadState()" above

[Visual Basic]
Overrides Protected Function SaveState() As Object
[C#]
protected override object SaveState();
[C++]
protected: override Object* SaveState();
[JScript]
protected override function SaveState() : Object;

See Also

DynamicImage Class | DynamicImage Members | System.Web.UI.WebControls Namespace