The GxImageCodecFlags enumeration contains attributes of image codec.
It is used by the following property:
Value | Brief description |
1 | Encoder - the codec supports encoding (saving). |
2 | Decoder - the codec supports decoding (reading). |
4 | SupportBitmap - the codec supports bitmaps. |
8 | SupportVector - the codec supports vector images (metafiles). |
16 | SeekableEncode - the coder demands the output stream that supports the search. |
32 | BlockingDecode - the decoder performs locking. |
65536 | Builtin - the codec is built in GDI+. |
131072 | System - not used. |
262144 | User - not used. |
See also: