BitmapDecoder::CodecInfo Property

 

Gets information that describes this codec.

Namespace:   System.Windows.Media.Imaging
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: