Enumeration
PdfMagnificationOptions
PDF export magnification 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 | Uses the actual size. | |
| Number = 1147563124 | readonly | Uses default magnification. | |
| Number = 2053531248 | readonly | Uses 50 percent magnification option. | |
| Number = 1212437352 | readonly | Uses the fit height magnification option. | |
| Number = 2053534832 | readonly | Uses the fit page magnification option. | |
| Number = 1212437334 | readonly | Uses the fit visible magnification option. | |
| Number = 1212437335 | readonly | Uses the fit width magnification option. | |
| Number = 2053533544 | readonly | Uses 100 percent magnification option. | |
| Number = 2053534566 | readonly | Uses 75 percent magnification option. | |
| Number = 2053534822 | readonly | Uses 25 percent magnification option. |
Object of 3
Properties elsewhere that hold an PdfMagnificationOptions value.