Look at the
PrintDocument class[
^] - it allows you to specify exactly what is printed, where, and what size. You shouldn't use PrintForm - it's a poor solution that doesn;t generally give good results. It's only real use is for debugging when you need an image of the whole screen to show an error properly.