Display System Command

Changes the page and scale displayed in an open window.

display [PAGE <number | shortcut> | MPG name] [SCALE <custom | preset>] [OFFSET offsetx offsety] [WINDOW name]

number/s The page number to display.

shortcut/k The page to display.

Options: LASTUSED Displays the last page viewed.
PREVIOUS Displays the previous page (or spread).
NEXT Displays the next page (or spread).
UP Displays the next page.
DOWN Displays the previous page.
START Displays the first page.
END Displays the last page.
MPG/s The master page name and side to display.
custom/d The custom view percentage.
preset/k The view magnification to set.

Options: FULLPAGE | FULLPAGEWIDTH | FULLPAGEHEIGHT |
FULLPASTEBOARD | FULLPASTEBOARDWIDTH |
FULLPASTEBOARDHEIGHT | LASTUSED | ZOOMIN | ZOOMOUT.

OFFSET/d The page offset from the top left of the window. Default=current.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

display page 7 scale fullpage
display page 'MyDoc~7' scale 85 offset 5.5 '-3'
display page previous

 

Display  Command Definition  url:PGScmd/display
  created:2006-03-30 13:47:45   last updated:2006-08-18 11:30:56
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For Display
Dan Kilroy wrote...2006-05-04 17:15:41

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

Display ([PAGE <LASTUSED| PREVIOUS | DOWN | START | NEXT | UP | END | document:...-page> | MPG document:...-masterpage:side] [SCALE <scale | FULLPAGE | FULLPASTEBOARD | FULLPAGEWIDTH | FULLPASTEBOARDWIDTH | FULLPAGEHEIGHT | FULLPASTEBOARDHEIGHT | LASTUSED | ZOOMIN | ZOOMOUT] [OFFSET x y] [OUTPUT <GRAYSCALE | COLOR | SEPARATIONS | PROCESS | SPOT>] [PLATE <PROCESS <CYAN | MAGENTA | YELLOW | BLACK> | SPOT spot>] [OVERPRINT <ON|OFF|TOGGLE>][PRINTERMARKS <ON|OFF|TOGGLE>][MIRROR <ON|OFF|TOGGLE>][NEGATIVE <ON|OFF|TOGGLE>] [WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For Display