390
Chapter 6: ActionScript Core Classes
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.
To implement a print job, use the following methods in sequence.
// create PrintJob object
var my_pj:PrintJob = new PrintJob();
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 6
ActionScript Core Classes
Summary of Contents for FLEX-FLEX ACTIONSCRIPT LANGUAGE
Page 1: ...Flex ActionScript Language Reference...
Page 8: ......
Page 66: ...66 Chapter 2 Creating Custom Classes with ActionScript 2 0...
Page 76: ......
Page 133: ...break 133 See also for for in do while while switch case continue throw try catch finally...
Page 135: ...case 135 See also break default strict equality switch...
Page 146: ...146 Chapter 5 ActionScript Core Language Elements See also break continue while...
Page 808: ...808 Chapter 7 ActionScript for Flash...
Page 810: ...810 Appendix A Deprecated Flash 4 operators...
Page 815: ...Other keys 815 Num Lock 144 186 187 _ 189 191 192 219 220 221 222 Key Key code...
Page 816: ...816 Appendix B Keyboard Keys and Key Code Values...
Page 822: ...822 Index...