ImageCodecFlags Enumeration
.NET Framework (current version)
Provides attributes of an image encoder/decoder (codec).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| BlockingDecode | The decoder has blocking behavior during the decoding process. | |
| Builtin | The codec is built into GDI+. | |
| Decoder | The codec supports decoding (reading). | |
| Encoder | The codec supports encoding (saving). | |
| SeekableEncode | The encoder requires a seekable output stream. | |
| SupportBitmap | The codec supports raster images (bitmaps). | |
| SupportVector | The codec supports vector images (metafiles). | |
| System | Not used. | |
| User | Not used. |
The ImageCodecFlags class is used by the Flags property of the ImageCodecInfo class.
.NET Framework
Available since 1.1
Available since 1.1
Show: