Provides attributes of an image encoder/decoder (codec).
| C# | Visual Basic |
[FlagsAttribute] public enum ImageCodecFlags
<FlagsAttribute> _ Public Enumeration ImageCodecFlags
| Member | Description |
|---|---|
| Encoder |
The codec supports encoding (saving).
|
| Decoder |
The codec supports decoding (reading).
|
| SupportBitmap |
The codec supports raster images (bitmaps).
|
| SupportVector |
The codec supports vector images (metafiles).
|
| SeekableEncode |
The encoder requires a seekable output stream.
|
| BlockingDecode |
The decoder has blocking behavior during the decoding process.
|
| Builtin |
The codec is built into GDI+.
|
| System |
Not used.
|
| User |
Not used.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE 5.0 and later |