Flash 8 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > PrintJob | |||
Object
|
+-PrintJob
public class PrintJob
extends Object
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.
Availability: ActionScript 1.0; Flash Player 7
|
Modifiers |
Property |
Description |
|---|---|---|
|
|
orientation |
The image orientation for printing. |
|
|
pageHeight |
The height of the actual printable area on the page, in points. |
|
|
pageWidth |
The width of the actual printable area on the page, in points. |
|
|
paperHeight |
The overall paper height, in points. |
|
|
paperWidth |
The overall paper width, in points. |
Properties inherited from class Object
|
Signature |
Description |
|---|---|
|
PrintJob |
Creates a PrintJob object that you can use to print one or more pages. |
|
Modifiers |
Signature |
Description |
|---|---|---|
|
|
addPage |
Sends the specified level or movie clip as a single page to the print spooler. |
|
|
send |
Used following the |
|
|
start |
Displays the operating system's print dialog boxes and starts spooling. |
Methods inherited from class Object addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch
Version 8
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00002608.html
Comments
Orangutan Ltd said on Mar 7, 2006 at 9:02 AM :