Page 1 of 1

PrintPreview UsePrinterOptions

PostPosted: July 4th, 2005, 5:34 am
by palmeira
I think I may have found a bug, although a very unimportant one. When I use UsePrinterOptions=false, and the control papersize is A4, the document is printed on letter sized pages. Now I am using UsePrinterOptions=true, and everything is Ok. Very nice component, by the way.

PostPosted: July 4th, 2005, 8:48 am
by Kambiz
This is the purpose of UsePrinterOptions property. When UsePrinterOptions is set to False, PrintPreview do not try to set paper size and oriantation of the printer.

PrintPreview UsePrinterOptions

PostPosted: July 5th, 2005, 10:09 pm
by palmeira
Sorry for the lack of clarity of my last e-mail: the object set the paper size to letter; the default size was A4. This is very unconsequential, but I thought I should point it out. Bye.