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!

GeneratedImage.ImageBitmap

The Bitmap to be sent as an Http response

[Visual Basic]
Public Property ImageBitmap As Bitmap
[C#]
public Bitmap ImageBitmap {get; set;}
[C++]
public: __property Bitmap* get_ImageBitmap();
public: __property void set_ImageBitmap(Bitmap*);
[JScript]
public function get ImageBitmap() : Bitmap;
public function set ImageBitmap(Bitmap);

See Also

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