Printjob.send() - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

PrintJob.send()

Availability
Flash Player 7.
Usage
my_pj.send() : Void
Parameters
None.
Returns
Nothing.
Description
Method; used following
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()
and
PrintJob.send()
and
PrintJob.addpage()
and
PrintJob.start()
and PrintJob.start().
PrintJob.start()
PrintJob.addPage()
to send spooled pages to the
will not be successful if related calls to
failed, you should check that calls to
were successful before calling
:
PrintJob.send()
PrintJob.send()
703

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents