I would like to print a document out from my c# file but I don't know the total orientation for the size of paper. For example:
e.Graphics.DrawImage(newImage, 25, 25, newImage.Width, newImage.Height);
What does the "25" mean? And what is the total size?