PdfSharpCore
PdfSharpCore copied to clipboard
Return null if obj is of type PdfNull
There is a check "obj == null", but not for PdfNull which is passed in into the dictionary if the value is null.
fixes #287