Aspose.barcode don't decode a png file in a UWP project

I tried to sue Aspose.barcode to decode a png file in a UWP project, but without success.
Bitmap not supported. I’ m using .net library.
How can I make it work ?
Thank you

You can use library from netstandard2.0 folder, because .NET Standard 2.0 is supported by UWP

Also you need to add System.Drawing.Common to your project as reference if you want to use images.

How to add you can see in this example project
CSharp.csproj