Create a VirtualPageOperation.
If no page dimensions are specified the page will default to the
current document MediaBox.
Creating this process sets the current Doc.Page to the newly
created virtual page. This means you can immediately use Doc
methods to add content to this page.
However it also means that after you have finished with this
object, you will need to set the Doc.Page before you can add
content to existing pages of the document.
|