M
Mason
I would like to print a document with the
PbPrintStyle.pbPrintStyleBookletSideFold style but it raises an exception
that the enum is out of range.
Here is my call:
//This always prints as a single page.
myDoc.PrintOutEx(1, myDoc.Pages.Count, String.Empty, 1, false,
myDoc.printStyle);
//This doesn't work and throws an exception.
myDoc.PrintOutEx(1, myDoc.Pages.Count, String.Empty, 1, false,
PbPrintStyle.pbPrintStyleBookletSideFold );
Any ideas?
PbPrintStyle.pbPrintStyleBookletSideFold style but it raises an exception
that the enum is out of range.
Here is my call:
//This always prints as a single page.
myDoc.PrintOutEx(1, myDoc.Pages.Count, String.Empty, 1, false,
myDoc.printStyle);
//This doesn't work and throws an exception.
myDoc.PrintOutEx(1, myDoc.Pages.Count, String.Empty, 1, false,
PbPrintStyle.pbPrintStyleBookletSideFold );
Any ideas?