Main Page | Packages | Class Tree | Index | Help

<root>

class PrintJob

Object
  |
  +--PrintJob


intrinsic class PrintJob
extends Object

ActionScript Standard Library PrintJob object



Field Summary


orientation: String



pageHeight: Number



pageWidth: Number



paperHeight: Number



paperWidth: Number


Fields inherited from class Object

__proto__, constructor, prototype

Method Summary


addPage ( target: Object, printArea: Object, options: Object, frameNum: Number ): Boolean



send ( ): Void



start ( ): Boolean


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

orientation

var orientation: String

pageHeight

var pageHeight: Number

pageWidth

var pageWidth: Number

paperHeight

var paperHeight: Number

paperWidth

var paperWidth: Number

Method Documentation

addPage

function addPage(target: Object,
 printArea: Object,
 options: Object,
 frameNum: Number): Boolean

send

function send(): Void

start

function start(): Boolean

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc