|
This property reflects the size of the current page. It also determines
the size of new pages created by the AddPage property. Note that
changing the MediaBox does not change the current Rect.
Changing this property will change the size of pages created by
subsequent calls to AddPage. However it will not change the size
of the pages that have already been created. To change the size
of the pages that have already been created you need to use the
SetInfo method. For example:
theDoc.SetInfo theDoc.Page, "/MediaBox:Rect", "0
0 200 300"
The default page size is often the one you'll want to use. However
it may be that your PDFs are required to conform to a particular
page size. See the Page
Sizes section for a quick lookup of common page sizes.
|