Options for sending image data to the printer or file.
| Name | Description | Value |
|---|---|---|
| ALL_IMAGE_DATA | Sends full-resolution data. | 1853058416 = ‘nsmp’ |
| OPTIMIZED_SUBSAMPLING | Sends just enough data to print graphics at the best possible resolution for the output device. | 1869640563 = ‘opss’ |
| PROXY_IMAGE_DATA | Sends screen-resolution versions (72 dpi) of placed bitmap images. | 1819243130 = ‘lorz’ |
| NONE | Prints graphics frames with crossbars in place of graphics. | 1852796517 = ‘none’ |
Usage:
- As property:
- PrintBookletPrintPreference.sendImageData
- PrinterPreset.sendImageData
- PrintPreference.sendImageData