ImageDataTypes

Options for sending image data to the printer or file.

Class

Read Only

Number ALL_IMAGE_DATA = 1853058416

Sends full-resolution data.


Read Only

Number OPTIMIZED_SUBSAMPLING = 1869640563

Sends just enough data to print graphics at the best possible resolution for the output device.


Read Only

Number PROXY_IMAGE_DATA = 1819243130

Sends screen-resolution versions (72 dpi) of placed bitmap images.


Read Only

Number NONE = 1852796517

Prints graphics frames with crossbars in place of graphics.

Was this helpful?