![]() |
![]() |
PNew(short nPages);
Number of pages of the new publication.Maximum number of pages. The maximum number of pages for a publication is 999.
Document setup commands should follow. Follow the PNew command with the document setup commands: PPageMargins, PPageNumbers, PPageOptions, and PPageSize.
Example. The following example:
PNew(5);
PPageSize(twips("8.5i"), twips("11i"));
PPageOptions(1, 1);
PPageMargins(twips("1i"), twips(".5i"), twips(".75i"), twips(".5i"));
PPageNumbers(1, -2, true, arabic, "I-");
Adobe PageMaker 7.0 Help > Commands > File > New
![]() |
Comments or suggestions? Contact Adobe Developer Support |