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

Used to convert ImageGeneratorBitDepths to strings so that they can be passed to WebMethods

[Visual Basic]
Public Shared Function ImageGeneratorBitDepthToString( _
   ByVal e As ImageGeneratorBitDepth _
) As String
[C#]
public static string ImageGeneratorBitDepthToString(
   ImageGeneratorBitDepth e
);
[C++]
public: static String* ImageGeneratorBitDepthToString(
   ImageGeneratorBitDepth e
);
[JScript]
public static function ImageGeneratorBitDepthToString(
   e : ImageGeneratorBitDepth
) : String;

Parameters

e
[To be supplied.]

See Also

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