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.
Printable View
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.
Printer.Height, Printer.Width give the dimensions of the entire paper.
Printer.Scaleheight and Printer.ScaleWidth give the dimensions of the printable area.