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

The image type of the image to be generated

[Visual Basic]
Public Property ImageType As ImageFormat
[C#]
public ImageFormat ImageType {get; set;}
[C++]
public: __property ImageFormat* get_ImageType();
public: __property void set_ImageType(ImageFormat*);
[JScript]
public function get ImageType() : ImageFormat;
public function set ImageType(ImageFormat);

See Also

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