D
Duke
I have a PrintDocument which is passed to a PrintPreviewDialog. The
format looks exactly the way I want it when the PrintPreviewDialog
comes up. When I click on the printer icon and actually print it, the
paper comes out with everything moved down approximately 1 inch. I've
tried printing on several different printers and types of printers
(laser, ink jet, etc.)
Is there something I have to do besides pass the PrintDocument to the
PrintPreviewDialog to get this to work right?
Dim pp As New PrintPreviewDialog
pp.Document = pd
pp.WindowState = FormWindowState.Maximized
pp.ShowDialog()
(pd is my PrintDocument)
Thank you,
Duke
duke061720040933
format looks exactly the way I want it when the PrintPreviewDialog
comes up. When I click on the printer icon and actually print it, the
paper comes out with everything moved down approximately 1 inch. I've
tried printing on several different printers and types of printers
(laser, ink jet, etc.)
Is there something I have to do besides pass the PrintDocument to the
PrintPreviewDialog to get this to work right?
Dim pp As New PrintPreviewDialog
pp.Document = pd
pp.WindowState = FormWindowState.Maximized
pp.ShowDialog()
(pd is my PrintDocument)
Thank you,
Duke
duke061720040933