
QPrinter - Interface to the Qt QPrinter class

use QPrinter;
new, abort, aborted, creator, docName, fromPage, maxPage, minPage, numCopies, newPage, orientation, outputFileName, outputToFile, pageSize, printerName, printProgram, setup, setCreator, setDocName, setFromTo, setMinMax, setNumCopies, setOrientation, setOutputFileName, setOutputToFile, setPageSize, setPrinterName, setPrintProgram, toPage

What you see is what you get.

The %Orientation and %PageSize hashes are exported to the user's namespace.
Their keys correspond to the matching enums in QPainter.

Ashley Winters <jql@accessone.com>