PrintSetDuplexMode -- to set to print 1-side

Discussions about document printing in GdPicture.NET using GdPictureImaging.
Post Reply
dathunghan
Posts: 3
Joined: Wed Mar 13, 2013 4:24 pm

PrintSetDuplexMode -- to set to print 1-side

Post by dathunghan » Thu Mar 21, 2013 11:51 pm

I've set my default printer to print 2 sides (I set it from Control panel -> Devices and Printers; then pickup the default printer and go to printer preferences). The default printer on my computer is a network printer.

Most of the reports in our app, we will just print in 2-side. But for a few reports we want to print it in 1 side.

Here is how I was trying to print it in 1-side:

GdViewer1.PrintSetAlignment(GdPicture9.PrintAlignment.PrintAlignmentMiddleCenter)
GdViewer1.PrintSetShowPrintingProgress(False)
GdViewer1.PrintSetAutoRotation(True)
GdViewer1.PrintSetFromToPage(1, GdViewer1.PageCount)

GdViewer1.PrintSetDuplexMode(Printing.Duplex.Simplex)

GdViewer1.PrintFit()

It didn't work. It keeps printing in 2-side. What am I missing here? Is there anyway I can overwrite the printer default setting with GDViewer control 8.5?

Thanks,
Dat.


Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest