PGetView

Gets the size of the current page display.


Query results

This query returns a short value that represents the percentage of the actual size of the page when displayed (an integer from 25 to 800). It may also return kViewFitToWindow (-3) for Fit in Window, or kViewPastboard (-4) for entire pasteboard.
Example. If the view size is not set to the print size, set it using the PView command.

PGetView view;
if (view != 100) PView(100);



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

Comments or suggestions? Contact Adobe Developer Support