ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.06k stars 236 forks source link

Return null if obj is of type PdfNull #288

Closed dampee closed 2 years ago

dampee commented 2 years ago

There is a check "obj == null", but not for PdfNull which is passed in into the dictionary if the value is null.

fixes #287