How do I scale the content of the page when printing?

Q:

How do I shrink the content of the page by 1/10" of each edge to allow
the right and bottom parts of the page show when printed.
-----

A:
To scale the page you can simply call page.Scale(ratio) method.

For other approaches for PDF page scaling and transformation, use the
"Scale page" search query in PDFNet Knowledge Base (http://
groups.google.com/group/pdfnet-sdk).

In case you only need to scale the page during the printing (i.e. you
don't need to permanently edit the PDF), you can adjust the output
rectangle in pdfdraw.DrawInRect(...) method (please see "How do I
'Scale to Fit' the page";
http://groups.google.com/group/pdfnet-sdk/browse_thread/thread/cbada1efc50b6ea1/41e35540ef75a170)