In The Hand LtdIn The Hand
ImageCodecFlags Enumeration
NamespacesInTheHand.Drawing.ImagingImageCodecFlags
.NET Components for Mobility
Provides attributes of an image encoder/decoder (codec).
Declaration Syntax
C#Visual Basic
[FlagsAttribute]
public enum ImageCodecFlags
<FlagsAttribute> _
Public Enumeration ImageCodecFlags
Members
MemberDescription
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.

Remarks
Platforms Supported
Windows Mobile
Windows Mobile Version 5.0 and later
Windows Embedded Compact
Windows CE 5.0 and later

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0