1
Answer

in the print document.....Nullable referance are unhandled

Bitmap bmp = Properties.Resources.s4;
Image newImage = bmp;
e.Graphics.DrawImage(newImage, 25,5, newImage.Width,newImage.Height);

Answers (1)