Printer.PaperSize and Printer.PaperBin are not changing the printer setup

  • 14 years ago

    I want to change the paper size and the paper bin during execution of my program and this change is not made on the printer (Canon IP4200) which continues to print on the first paper type. Has anybody found this problem before ?  Thanks for your help.

    Guy

  • 14 years ago

    Without the code is hard to know, but it could be that you are reseting the printer (so the parameters go back to the original) or you can be printing directly to printer (without printer object) and in such case the printer.PaperSize and other don't work (like when you are printing tickets).

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.”