PageDevice

PageDevice class

Abstract class for all devices which is used to process certain page the pdf document.

The PageDevice type exposes the following members:

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