Enumeration
PDFCompressionType
The objects to compress in the PDF document.
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 = 1131368047 | readonly | Uses no compression. | |
| Number = 1131368290 | readonly | Compress all objects. | |
| Number = 1131369332 | readonly | Compresses only objects related to PDF structure. |
Object of 2
Properties elsewhere that hold an PDFCompressionType value.