BitmapDecoder.GetDecoderInformationEnumerator Method
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.
The bitmap decoders installed on the system and information about them.
public:
static IVectorView<BitmapCodecInformation ^> ^ GetDecoderInformationEnumerator();
static IVectorView<BitmapCodecInformation> GetDecoderInformationEnumerator();
public static IReadOnlyList<BitmapCodecInformation> GetDecoderInformationEnumerator();
function getDecoderInformationEnumerator()
Public Shared Function GetDecoderInformationEnumerator () As IReadOnlyList(Of BitmapCodecInformation)
Returns
A list of BitmapCodecInformation objects containing information about each decoder.