BitmapDecoder::CodecInfo Property
.NET Framework (current version)
Gets information that describes this codec.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapCodecInfo^ CodecInfo { [SecurityCriticalAttribute] virtual BitmapCodecInfo^ get(); }
Property Value
Type: System.Windows.Media.Imaging::BitmapCodecInfo^An instance of BitmapCodecInfo. This property has no default value.
A BitmapCodecInfo implementation is required for every codec.
The following code example shows how to read information from a BitmapCodecInfo object and send it to a string.
.NET Framework
Available since 3.0
Available since 3.0
Show: