Enumeration
ZoomOptions
Display size 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 | Zooms to 100%. | |
| Number = 2053534832 | readonly | Centers the active page in the window. | |
| Number = 2053534835 | readonly | Centers the active spread in the window. | |
| Number = 2054385762 | readonly | Fits the entire pasteboard in the window. | |
| Number = 2053990766 | readonly | Magnifies the view to the next preset percentage. | |
| Number = 2054124916 | readonly | Reduces the view to the next preset percentage. |
Parameter of 1
Method parameters that accept an ZoomOptions value.