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

The quality of the generated image (tradeoff with compression)

[Visual Basic]
Public Property Quality As Double
[C#]
public double Quality {get; set;}
[C++]
public: __property double get_Quality();
public: __property void set_Quality(double);
[JScript]
public function get Quality() : double;
public function set Quality(double);

See Also

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