forked from rocuh/PdfSharp.Xamarin
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
When ever I try to add a Image my program always crash.
There is no difference if I use ImageSource or XImage and also if I use FromBinary,FromFile or FromStream. Everytime I get (nearly) the same Exception.
Object reference not set to an instance of an object.
In case of using ImageSource.FromBinary the next line is:
at MigraDocCore.DocumentObjectModel.MigraDoc.DocumentObjectModel.Shapes.ImageSource.FromBinary(String name, Func
1 imageSource, Nullable1 quality)
Before opening the file I check if the file is existing with System.IO.File.Exists;
Im using .Net Core 2.0, with Visual Studio Community on Mac OS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels