I need to use this .NET class for one project I am working in (It's my first C# Project, I normally work in C++) https://learn.microsoft.com/en-us/uwp/api/windows.data.pdf.pdfdocument?view=winrt-20348
Unfortunately this namespace Windows.Data.Pdf is not available in my project and I can't find in the docu the dll name I have to link to, to be able to access the class. Does anybody knows which dll do I need?
Thank you in advance