Enumeration
AcrobatCompatibility
The exported PDF document's Acrobat compatibility.
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 = 1097020464 | readonly | Makes the file compatible with Acrobat 4.0 and later. | |
| Number = 1097020720 | readonly | Makes the file compatible with Acrobat 5.0 and later. | |
| Number = 1097020976 | readonly | Makes the file compatible with Acrobat 6.0 and later. | |
| Number = 1097021232 | readonly | Makes the file compatible with Acrobat 7.0 or higher. | |
| Number = 1097021488 | readonly | Acrobat 8.0 compatibility. |
Object of 2
Properties elsewhere that hold an AcrobatCompatibility value.