![MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference Download Page 1019](http://html.mh-extra.com/html/macromedia/flash-8-actionscript-2-0-language/flash-8-actionscript-2-0-language_reference_6875371019.webp)
PrintJob
1019
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
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.
Availability:
ActionScript 1.0; Flash Player 7
Property summary
Properties inherited from class Object
Modifiers
Property
Description
orientation
:String
[read-only]
The image orientation for printing.
pageHeight
:Number
[read-only]
The height of the actual printable area on the page, in
points.
pageWidth
:Number
[read-only]
The width of the actual printable area on the page, in
points.
paperHeight
:Number
[read-only]
The overall paper height, in points.
paperWidth
:Number
[read-only]
The overall paper width, in points.
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...