ImageCodecFlags Enumeration
.NET Framework 2.0
Provides attributes of an image encoder/decoder (codec).
Assembly: System.Drawing (in system.drawing.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Drawing.ImagingAssembly: 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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: