Packagecom.adobe.illustrator
Classpublic class PrintJobOptions
InheritancePrintJobOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

the print job options



Public Properties
 PropertyDefined By
  artboardRange : String
Artboard Range to be printed if PrintAllArtboards is false ( default: 1- )
PrintJobOptions
  bitmapResolution : Number
the bitmap resolution ( minimum 0.0; default: 0.0 )
PrintJobOptions
  collate : Boolean
whether to collate print pages ( default: false )
PrintJobOptions
  copies : Number
the number of copies to print ( minimum 1; default: 1 )
PrintJobOptions
  designation : PrintArtworkDesignation
the layers/objects to be printed ( default: PrintArtworkDesignation.VISIBLEPRINTABLELAYERS )
PrintJobOptions
  file : File
the file to be printed to
PrintJobOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  name : String
the print job name
PrintJobOptions
 Inheritedparent : *
[read-only]
IllustratorHostObject
  printAllArtboards : Boolean
whether to print all artboards ( default: true )
PrintJobOptions
  printArea : PrintingBounds
the printing bounds ( default: PrintingBounds.ARTBOARDBOUNDS )
PrintJobOptions
  printAsBitmap : Boolean
whether to print as bitmap ( default: false )
PrintJobOptions
  reversePages : Boolean
print pages in reverse order ( default: false )
PrintJobOptions
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
artboardRangeproperty
artboardRange:String

Since : CS5

Artboard Range to be printed if PrintAllArtboards is false ( default: 1- )


Implementation
    public function get artboardRange():String
    public function set artboardRange(value:String):void
bitmapResolutionproperty 
bitmapResolution:Number

Since : CS5

the bitmap resolution ( minimum 0.0; default: 0.0 )


Implementation
    public function get bitmapResolution():Number
    public function set bitmapResolution(value:Number):void
collateproperty 
collate:Boolean

Since : CS5

whether to collate print pages ( default: false )


Implementation
    public function get collate():Boolean
    public function set collate(value:Boolean):void
copiesproperty 
copies:Number

Since : CS5

the number of copies to print ( minimum 1; default: 1 )


Implementation
    public function get copies():Number
    public function set copies(value:Number):void
designationproperty 
designation:PrintArtworkDesignation

Since : CS5

the layers/objects to be printed ( default: PrintArtworkDesignation.VISIBLEPRINTABLELAYERS )


Implementation
    public function get designation():PrintArtworkDesignation
    public function set designation(value:PrintArtworkDesignation):void
fileproperty 
file:File

Since : CS5

the file to be printed to


Implementation
    public function get file():File
    public function set file(value:File):void
nameproperty 
name:String

Since : CS5

the print job name


Implementation
    public function get name():String
    public function set name(value:String):void
printAllArtboardsproperty 
printAllArtboards:Boolean

Since : CS5

whether to print all artboards ( default: true )


Implementation
    public function get printAllArtboards():Boolean
    public function set printAllArtboards(value:Boolean):void
printAreaproperty 
printArea:PrintingBounds

Since : CS5

the printing bounds ( default: PrintingBounds.ARTBOARDBOUNDS )


Implementation
    public function get printArea():PrintingBounds
    public function set printArea(value:PrintingBounds):void
printAsBitmapproperty 
printAsBitmap:Boolean

Since : CS5

whether to print as bitmap ( default: false )


Implementation
    public function get printAsBitmap():Boolean
    public function set printAsBitmap(value:Boolean):void
reversePagesproperty 
reversePages:Boolean

Since : CS5

print pages in reverse order ( default: false )


Implementation
    public function get reversePages():Boolean
    public function set reversePages(value:Boolean):void