BitmapDecoder.DecoderInformation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.