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!

ImageCodecInfo.RemoveImageCodec

[To be supplied.]

[Visual Basic]
Public Shared Sub RemoveImageCodec( _
   ByVal imagecs As ImageCodecInfo _
)
[C#]
public static void RemoveImageCodec(
   ImageCodecInfo imagecs
);
[C++]
public: static void RemoveImageCodec(
   ImageCodecInfo* imagecs
);
[JScript]
public static function RemoveImageCodec(
   imagecs : ImageCodecInfo
);

Parameters

imagecs
[To be supplied.]

See Also

ImageCodecInfo Class | ImageCodecInfo Members | System.Drawing.Imaging Namespace