ImageCodecInfo::Flags Property
.NET Framework (current version)
Gets or sets 32-bit value used to store additional information about the codec. This property returns a combination of flags from the ImageCodecFlags enumeration.
Assembly: System.Drawing (in System.Drawing.dll)
public: property ImageCodecFlags Flags { ImageCodecFlags get(); void set(ImageCodecFlags value); }
Property Value
Type: System.Drawing.Imaging::ImageCodecFlagsA 32-bit value used to store additional information about the codec.
.NET Framework
Available since 1.1
Available since 1.1
Show: