Enumeration
ViewZoomStyle
View zoom style options.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 2053206906 | readonly | Displays the page at 100% magnification. | |
| Number = 2053534832 | readonly | Fits the entire page in the window. | |
| Number = 1212437334 | readonly | Fits the the text area of the page to the window width; obscures page margins and may obscure the lower portion of the page. | |
| Number = 1212437335 | readonly | Fits the page to the width of the window; may obscure the lower portion of the page. | |
| Number = 1987733107 | readonly | Fills the screen with the page; hides the toolbar, command bar, menu bar, and window controls. | |
| Number = 1987735395 | readonly | Arranges the pages in a continuous vertical column that is one page wide. | |
| Number = 1987736432 | readonly | Displays one page in the document pane at a time. | |
| Number = 1987736675 | readonly | Arranges the pages side by side in a continuous vertical column that is two pages wide. | |
| Number = 2053990766 | readonly | Magnifies the view to the next preset percentage. | |
| Number = 2054124916 | readonly | Reduces the view to the previous preset percentage. |
Object of 1
Properties elsewhere that hold an ViewZoomStyle value.