Enumeration
MonoBitmapCompression
The amount and type of compression to apply to monochrome bitmap images.
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 = 1128879155 | readonly | Uses CCITT Group 3 compression. | |
| Number = 1128879156 | readonly | Uses CCITT Group 4 compression. | |
| Number = 1852796517 | readonly | Uses no compression. | |
| Number = 1919839299 | readonly | Uses Run Length compression. | |
| Number = 2053730371 | readonly | Uses ZIP compression. |
Object of 2
Properties elsewhere that hold an MonoBitmapCompression value.