User Guide

1020 ActionScript classes
Constructor summary
Method summary
Methods inherited from class Object
addPage (PrintJob.addPage method)
public addPage(target:Object, [printArea:Object], [options:Object],
[frameNum:Number]) : Boolean
Sends the specified level or movie clip as a single page to the print spooler. Before using this
method, you must use
PrintJob.start(); after calling PrintJob.addPage() one or more
times for a print job, you must use
PrintJob.send() to send the spooled pages to the
printer.
Signature Description
PrintJob() Creates a PrintJob object that you can use to print one or more
pages.
Modifiers Signature Description
addPage(target:Objec
t,
[printArea:Object],
[options:Object],
[frameNum:Number]) :
Boolean
Sends the specified level or movie clip as a single
page to the print spooler.
send() : Void Used following the PrintJob.start() and
PrintJob.addPage() methods to send spooled
pages to the printer.
start() : Boolean Displays the operating system's print dialog boxes
and starts spooling.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)