ImageCodecInfo.GetImageDecoders

ImageCodecInfo.GetImageDecoders method

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

public static ImageCodecInfo[] GetImageDecoders()

Return Value

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

See Also