Macro Language Reference > Macros > Window > wzm
  
wzm
Description
Zooms a the work area of a window to a percentage of its full size. The work area can subsequently be returned to normal size (100%) by either using the wnl macro or entering wzm 100.
 
Example 348. Zoom to 500% of current document size
The macro shown below displays the document in the work area at a zoom level of 500%. PTC ALD zooms out from the part of the document shown in the top left hand corner of the work area:
wzm 500
Syntax
wzm zoom:n? x pos:uh? y pos:uv?
wzm
[no parameter]
Place the system into zoom mode. A magnifying glass symbol will appear on screen, which you can drag to specify the area into which that you wish to zoom.
zoom
The percentage by which the work area should be zoomed. A value of 0 restores the previous zoom level.
x pos
The top left coordinate of the particular area on the page into which you want to zoom.
y pos
The bottom right coordinate of the particular area on the page into which you want to zoom.
Related Links