Returns an array of ImageCodecInfo objects that contain information about the image encoders built into GDI+.
| C# | Visual Basic |
public static ImageCodecInfo[] GetImageEncoders()
Public Shared Function GetImageEncoders As ImageCodecInfo()
An array of ImageCodecInfo objects.
Each ImageCodecInfo object in the array contains information about one of the built-in image encoders.
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE 5.0 and later |