PView

Sets the page view display.


Command constructor

PView(short nPercentage, PMBool bAllPages = false);
short nPercentage;
Percentage of actual page size (any integer from 25 to 800)

kViewFitToWindow for fit in window to display all text, graphics, and guides on the page

kViewPastboard to display all text blocks and graphics that have been moved off the page

PMBool bAllPages
false change only the current page to the new view
true change all pages to the new view (This is only valid for the preset percentages)
For print size, specify 100. To display pages at the approximate size at which the publication is printed, specify 100.

Layout view only. The PView command works only in layout view.

Example. The following example displays the current page of the publication at approximately half its actual printed size.

PView(50);


See also

The PGetView query

Adobe PageMaker 6.5 Help > Commands > Layout > View


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support