ImageCodecInfo.Flags Property

Definition

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.

public:
 property System::Drawing::Imaging::ImageCodecFlags Flags { System::Drawing::Imaging::ImageCodecFlags get(); void set(System::Drawing::Imaging::ImageCodecFlags value); };
public System.Drawing.Imaging.ImageCodecFlags Flags { get; set; }
member this.Flags : System.Drawing.Imaging.ImageCodecFlags with get, set
Public Property Flags As ImageCodecFlags

Property Value

A 32-bit value used to store additional information about the codec.

Applies to