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

BitDepth determines the pixel format of the generated image, including properties such as bits per pixel.

[Visual Basic]
Public Property BitDepth As ImageGeneratorBitDepth
[C#]
public ImageGeneratorBitDepth BitDepth {get; set;}
[C++]
public: __property ImageGeneratorBitDepth get_BitDepth();
public: __property void set_BitDepth(ImageGeneratorBitDepth);
[JScript]
public function get BitDepth() : ImageGeneratorBitDepth;
public function set BitDepth(ImageGeneratorBitDepth);

See Also

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