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 Class

A GeneratedImage object is returned by the GetImage() method of the ImageGenerator class. The GeneratedImage object stores the bytes of the image to be displayed, and the HttpInvokeHandler converts the GeneratedImage into an actual stream of bytes sent to the client.

Object
   GeneratedImage

[Visual Basic]
Public Class GeneratedImage
[C#]
public class GeneratedImage
[C++]
public __gc class GeneratedImage
[JScript]
public class GeneratedImage

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

GeneratedImage Members | System.Web.UI.WebControls Namespace