tags:

views:

102

answers:

0

I have an application (C#, .NET 3.5) that writes receipts. They are usually printed with a small receipt printer with the .NET PrintDocument. The problem is the exception cases where I want to print with a regular printer. In these cases the text gets cut off. I wish to have a check or a switch to prevent this, but still keep the tight margins on the small printer.

What would be the best way of dealing with this? Can I do this without touching the graphics generation?