Enumeration
ImageDataTypes
Options for sending image data to the printer or file.
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 = 1853058416 | readonly | Sends full-resolution data. | |
| Number = 1852796517 | readonly | Prints graphics frames with crossbars in place of graphics. | |
| Number = 1869640563 | readonly | Sends just enough data to print graphics at the best possible resolution for the output device. | |
| Number = 1819243130 | readonly | Sends screen-resolution versions (72 dpi) of placed bitmap images. |
Object of 3
Properties elsewhere that hold an ImageDataTypes value.