GxImageCodecFlags

Description

The GxImageCodecFlags enumeration contains attributes of image codec.

It is used by the following property:

Available Values

Value Brief description
1 Encoder. The codec supports encoding (saving).
2 Decoder. The codec supports decoding (reading).
4 SupportBitmap. The codec supports bitmap images.
8 SupportVector. The codec supports vector images (metafiles).
16 SeekableEncode. The encoder requires an output stream with the ability to search.
32 BlockingDecode. The decoder executes blocking during the decoding.
65536 Builtin. The codec is built-in in GDI+.
131072 System. Not used.
262144 User. Not used.

See also:

Drawing Assembly Enumerations