THIS IS NOT A REQUEST FOR A LIBRARY.
(This is question about the evolution of PDF support in the Windows OS vis-a-vis PDF support.)
Like many here on SO, I seek a C# native PDF to raster (e.g. PDF to BMP or PDF to PNG) library. Like many, I have struggled with the lack of open source libs in this area. But, so much is going on in Win itself.... is there hope? (Win has had strong XPS support ... and is that moving toward PDF?)
Now that the Windows OS has more and more PDF support, are there either:
1) APIs in Windows to do this
and/or
2) Extensions to the .NET Framework itself with this kind of support?
UPDATE:
The winrt approach posted below, referencing Windows.Data.Pdf is close... but is no cigar. Windows.Data.Pdf is perfect, but is not surfaced for use by windows apps. It can only be used within a winrt app.
So close...