Printer Page Size Problem
Posted
by mRt
on Stack Overflow
See other posts from Stack Overflow
or by mRt
Published on 2010-02-10T12:35:08Z
Indexed on
2010/06/02
1:03 UTC
Read the original article
Hit count: 266
I am trying to set a custom paper size by doing:
Printer.Height = 2160
Printer.Width = 11900
But it doesn't seen to have any effect. After setting this up, i ask for that values and it returns the default ones. And this:
Printer.PaperSize = 256
Returns an error...
Any ideas??
© Stack Overflow or respective owner