User Guide

PrintJob class 697
PrintJob class
Availability
Flash Player 7.
Description
The PrintJob class lets you create content and print it to one or more pages. This class, in addition
to offering improvements to print functionality provided by the
print() method, lets you render
dynamic content offscreen, prompt users with a single Print dialog box, and print an unscaled
document with proportions that map to the proportions of the content. This capability is
especially useful for rendering and printing dynamic content, such as database content and
dynamic text.
Additionally, with properties populated by
PrintJob.start(), your document can read your
user’s printer settings, such as page height, width, and orientation, and you can configure your
document to dynamically format Flash content that is appropriate for the printer settings. These
user layout properties are read-only and cannot be changed by Flash Player.
Method summary for the PrintJob class
You must use the methods for PrintJob class in the order listed in the following table:
Constructor for the PrintJob class
Availability
Flash Player 7.
Usage
my_pj = new PrintJob() : PrintJob
Parameters
None.
Returns
A reference to a PrintJob object.
Description
Constructor; creates a PrintJob object that you can use to print one or more pages.
Method Description
PrintJob.start()
Displays the operating system’s print dialog boxes and starts spooling.
PrintJob.addPage()
Adds one page to the print spooler.
PrintJob.send()
Sends spooled pages to the printer.
CHAPTER 2
ActionScript Language Reference