Adobe InCopy CS6 (8.0) Object Model JS: ImageDataTypes
From InCopy CS6
Options for sending image data to the printer or file.
Value
| Name | Description | Value |
|---|---|---|
| ImageDataTypes.ALL_IMAGE_DATA | Sends full-resolution data. | 1853058416 = 'nsmp' |
| ImageDataTypes.NONE | Prints graphics frames with crossbars in place of graphics. | 1852796517 = 'none' |
| ImageDataTypes.OPTIMIZED_SUBSAMPLING | Sends just enough data to print graphics at the best possible resolution for the output device. | 1869640563 = 'opss' |
| ImageDataTypes.PROXY_IMAGE_DATA | Sends screen-resolution versions (72 dpi) of placed bitmap images. | 1819243130 = 'lorz' |
Usage
| Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |