ImageCodecInfo.GetImageEncoders

ImageCodecInfo.GetImageEncoders method

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

public static ImageCodecInfo[] GetImageEncoders()

Return Value

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

See Also