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

Params-- the dictionary of parameters that will be rendered as part of the "src=" tag so that the parameters can be passed to the ImageGenerator's GetImage() method. When the user double-clicks on a DynamicImage control at design time, they should be prompted to edit the Init_Form() method of the page, and they should write code in the Init_Form() method that modifies the ImageParams dictionary of a particular

[Visual Basic]
Public Property ImageParams As NameValueCollection
[C#]
public NameValueCollection ImageParams {get; set;}
[C++]
public: __property NameValueCollection* get_ImageParams();
public: __property void set_ImageParams(NameValueCollection*);
[JScript]
public function get ImageParams() : NameValueCollection;
public function set ImageParams(NameValueCollection);

See Also

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