Click to See Complete Forum and Search --> : Papersize of print


Carl
May 27th, 2001, 08:18 AM
I show print setup dialog using CommonDialog. When it was closed, I need to retrieve new configuration value. But I do not know how to read the papersize property: CommonDialog has no such property. Who can tell me? Any help is appriciated.

shree
May 27th, 2001, 08:21 AM
Printer.Height, Printer.Width give the dimensions of the entire paper.

Printer.Scaleheight and Printer.ScaleWidth give the dimensions of the printable area.