Enumeration
GoToZoomOptions
Zoom options for the goto destination page.
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 = 1212437334 | readonly | Fits 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 = 1212437367 | readonly | Fits the page in the display window. | |
| Number = 1212437370 | readonly | Inherits the zoom setting from the previously displayed page. |
Object of 8
Properties elsewhere that hold an GoToZoomOptions value.