PrintJob.send()
Availability
Flash Player 7.
Usage
my_pj.send() : Void
Parameters
None.
Returns
Nothing.
Description
Method; used following
the printer. Because calls to
PrintJob.start()
PrintJob.addpage()
var my_pj:PrintJob = new PrintJob();
if (my_pj.start()) {
if (my_pj.addPage(this)) {
my_pj.send();
}
}
delete my_pj;
Example
See
PrintJob.addPage()
See also
PrintJob.addPage()
PrintJob.start()
Availability
Flash Player 7.
Usage
my_pj.start() : Boolean
Parameters
None.
Returns
A Boolean value:
clicks Cancel or if an error occurs.
PrintJob.start()
PrintJob.send()
and
PrintJob.addpage()
and
PrintJob.start()
and
PrintJob.start()
,
PrintJob.start()
if the user clicks OK when the print dialog boxes appear;
true
and
PrintJob.addPage()
will not be successful if related calls to
failed, you should check that calls to
were successful before calling
.
to send spooled pages to
PrintJob.send()
if the user
false
PrintJob.start()
395
:
Need help?
Do you have a question about the FLEX-FLEX ACTIONSCRIPT LANGUAGE and is the answer not in the manual?