ImageCodecInfo::GetImageDecoders Method ()

 

Returns an array of ImageCodecInfo objects that contain information about the image decoders built into GDI+.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static array<ImageCodecInfo^>^ GetImageDecoders()

Return Value

Type: array<System.Drawing.Imaging::ImageCodecInfo^>^

An array of ImageCodecInfo objects. Each ImageCodecInfo object in the array contains information about one of the built-in image decoders.

For an example, see GetImageEncoders.

.NET Framework
Available since 1.1
Return to top
Show: