Packagecom.adobe.illustrator
Classpublic class PrintPostScriptOptions
InheritancePrintPostScriptOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

the PostScript options



Public Properties
 PropertyDefined By
  binaryPrinting : Boolean
whether to print in binary mode ( default: false )
PrintPostScriptOptions
  compatibleShading : Boolean
use PostScript level 1 compatible gradient and gradient mesh printing ( default: false )
PrintPostScriptOptions
  forceContinuousTone : Boolean
whether to force continuous tone ( default: false )
PrintPostScriptOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  imageCompression : PostScriptImageCompressionType
the image compression type ( default: PostScriptImageCompressionType.IMAGECOMPRESSIONNONE )
PrintPostScriptOptions
  negativePrinting : Boolean
whether to print in negative mode ( default: false )
PrintPostScriptOptions
 Inheritedparent : *
[read-only]
IllustratorHostObject
  postScriptLevel : PrinterPostScriptLevelEnum
the PostScript language level ( default: PrinterPostScriptLevelEnum.PSLEVEL2 )
PrintPostScriptOptions
  shadingResolution : Number
the shading resolution ( 1.0 - 9600.0; default: 300.0 )
PrintPostScriptOptions
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
binaryPrintingproperty
binaryPrinting:Boolean

Since : CS5

whether to print in binary mode ( default: false )


Implementation
    public function get binaryPrinting():Boolean
    public function set binaryPrinting(value:Boolean):void
compatibleShadingproperty 
compatibleShading:Boolean

Since : CS5

use PostScript level 1 compatible gradient and gradient mesh printing ( default: false )


Implementation
    public function get compatibleShading():Boolean
    public function set compatibleShading(value:Boolean):void
forceContinuousToneproperty 
forceContinuousTone:Boolean

Since : CS5

whether to force continuous tone ( default: false )


Implementation
    public function get forceContinuousTone():Boolean
    public function set forceContinuousTone(value:Boolean):void
imageCompressionproperty 
imageCompression:PostScriptImageCompressionType

Since : CS5

the image compression type ( default: PostScriptImageCompressionType.IMAGECOMPRESSIONNONE )


Implementation
    public function get imageCompression():PostScriptImageCompressionType
    public function set imageCompression(value:PostScriptImageCompressionType):void
negativePrintingproperty 
negativePrinting:Boolean

Since : CS5

whether to print in negative mode ( default: false )


Implementation
    public function get negativePrinting():Boolean
    public function set negativePrinting(value:Boolean):void
postScriptLevelproperty 
postScriptLevel:PrinterPostScriptLevelEnum

Since : CS5

the PostScript language level ( default: PrinterPostScriptLevelEnum.PSLEVEL2 )


Implementation
    public function get postScriptLevel():PrinterPostScriptLevelEnum
    public function set postScriptLevel(value:PrinterPostScriptLevelEnum):void
shadingResolutionproperty 
shadingResolution:Number

Since : CS5

the shading resolution ( 1.0 - 9600.0; default: 300.0 )


Implementation
    public function get shadingResolution():Number
    public function set shadingResolution(value:Number):void