I have a System.Drawing.Image and would like to add it to a PDF in a specific position. The only problem is that the overload for
iTextSharp.text.Image.GetInstance(System.Drawing.Image, iTextSharp.text.BaseColor);
is not available for some reason. I keep getting compiler error:
Error 1 The best overloaded method match for 'iTextSharp.text.Image.GetInstance(System.Uri, bool)' has some invalid arguments
I know this question was answered here and here but without the overload I don't know how to get it to work.