M
Mina Gohari
Hi all
I have a problem with printing a report card to laser printer.
Everything works properly on ink-jet printer, but when I use laser
printer , it's not in predifined format. everything is mix-up.
Bitmap bmpi = new Bitmap(1169, 827);
Graphics bmp = Graphics.FromImage(bmpi);
bmp.FillRectangle(Brushes.Gray, 20.0F, 140.0F, 1130.0F, 510.0F);
bmp.FillRectangle(Brushes.White, 10.0F, 130.0F, 1130.0F, 510.0F);
I have a problem with printing a report card to laser printer.
Everything works properly on ink-jet printer, but when I use laser
printer , it's not in predifined format. everything is mix-up.
Bitmap bmpi = new Bitmap(1169, 827);
Graphics bmp = Graphics.FromImage(bmpi);
bmp.FillRectangle(Brushes.Gray, 20.0F, 140.0F, 1130.0F, 510.0F);
bmp.FillRectangle(Brushes.White, 10.0F, 130.0F, 1130.0F, 510.0F);