ImageDevice

ImageDevice class

An abstract class for image devices.

The ImageDevice type exposes the following members:

Properties

NameDescription
coordinate_typeGets or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
rendering_optionsGets or sets rendering options.
form_presentation_modeGets or sets form presentation mode.
resolutionGets image resolution.
widthGets image output width.
heightGets image output height.

Methods

NameDescription
process(page, output)Perfoms some operation on the given page, e.g. converts page into graphic image.
process(page, output_file_name)Perfoms some operation on the given page and saves results into the file.

See Also