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
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
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
Property summary
Modifiers
Property
orientation:String
[read-only]
pageHeight:Number
[read-only]
pageWidth:Number
[read-only]
paperHeight:Number
[read-only]
paperWidth:Number
[read-only]
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
PrintJob.start()
Description
The image orientation for printing.
The height of the actual printable area on the page, in
points.
The width of the actual printable area on the page, in
points.
The overall paper height, in points.
The overall paper width, in points.
property),
__proto__ (Object.__proto__
property),
print()
, your document can read your
__resolve
PrintJob
method,
1019
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?