System.Drawing.Imaging.ImageCodecFlags Enumeration

Provides attributes of an image encoder/decoder (codec).

Syntax

[System.Flags]
public enum ImageCodecFlags

Remarks

The System.Drawing.Imaging.ImageCodecFlags class is used by the ImageCodecInfo.Flags property of the System.Drawing.Imaging.ImageCodecInfo class.

Members

Member NameDescription
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.

Requirements

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0