PrintJob

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 external dynamic content, such as database content and dynamic text.

Additionally, with properties populated by PrintJob.start(), your document can access your user’s printer settings, such as page height, width, and orientation, and you can configure your document to dynamically format content that’s appropriate for the printer settings.

Methods
PrintJob  start  addPage  send 

PrintJob