Enumeration
PDFJPEGQualityOptions
PDF JPEG Quality 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 = 1701726313 | readonly | Uses high JPEG compression. | |
| Number = 1701727351 | readonly | Uses low JPEG compression. | |
| Number = 1701727608 | readonly | Uses maximum JPEG compression. | |
| Number = 1701727588 | readonly | Uses medium JPEG compression. | |
| Number = 1701727598 | readonly | Uses minimum JPEG compression. |
Object of 1
Properties elsewhere that hold an PDFJPEGQualityOptions value.