BitmapDecoder.DecoderInformation Property

Definition

Information about the bitmap decoder.

public:
 property BitmapCodecInformation ^ DecoderInformation { BitmapCodecInformation ^ get(); };
BitmapCodecInformation DecoderInformation();
public BitmapCodecInformation DecoderInformation { get; }
var bitmapCodecInformation = bitmapDecoder.decoderInformation;
Public ReadOnly Property DecoderInformation As BitmapCodecInformation

Property Value

The bitmap decoder information.

Applies to