BitmapEncoder::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(); }
A BitmapCodecInfo implementation is required for every codec.
The following 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: