Enumeration
PDFXStandards
Options for specifying the PDF/X compliance standard.
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 = 1852796517 | readonly | Does not check for compliance with a PDF/X standard. | |
| Number = 1396912481 | readonly | Checks for compliance with the PDF/X-1a:2001 standard. | |
| Number = 1395745075 | readonly | Checks for compliance with the PDF/X-1a:2003 standard. | |
| Number = 1396922419 | readonly | Checks for compliance with the PDF/X-3:2002 standard. | |
| Number = 1398289203 | readonly | Checks for compliance with the PDF/X-3:2003 standard. | |
| Number = 1398289496 | readonly | PDFX42010 standard is used. |
Object of 2
Properties elsewhere that hold an PDFXStandards value.