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

Used to convert strings to ImageGeneratorBitDepths inside a WebMethod.

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

Parameters

s
[To be supplied.]

See Also

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