Packagecom.adobe.illustrator
Classpublic class EPSSaveOptions
InheritanceEPSSaveOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when saving a document as an Illustrator EPS file



Public Properties
 PropertyDefined By
  artboardRange : String
If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string ( default: )
EPSSaveOptions
  cmykPostScript : Boolean
use CMYK PostScript ( default: true )
EPSSaveOptions
  compatibility : Compatibility
what Illustrator file format version to create ( default: Compatibility.ILLUSTRATOR15 )
EPSSaveOptions
  compatibleGradientPrinting : Boolean
create a raster item of the gradient or gradient mesh so that PostScript Level 2 printers can print the object ( default: false )
EPSSaveOptions
  embedAllFonts : Boolean
embed all fonts used by the document in the saved file (version 7 or later) ( default: false )
EPSSaveOptions
  embedLinkedFiles : Boolean
are linked image files to be included in the saved document ( default: false )
EPSSaveOptions
  flattenOutput : OutputFlattening
how should transparency be flattened for older file format versions (pre-version 9) ( default: OutputFlattening.PRESERVEAPPEARANCE )
EPSSaveOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  includeDocumentThumbnails : Boolean
include thumbnail image of the EPS artwork ( default: true )
EPSSaveOptions
  overprint : PDFOverprint
( default: PDFOverprint.PRESERVEPDFOVERPRINT )
EPSSaveOptions
 Inheritedparent : *
[read-only]
IllustratorHostObject
  postScript : EPSPostScriptLevelEnum
PostScript level to use (level 1 valid for file format version 8 or older) ( default: EPSPostScriptLevelEnum.LEVEL2 )
EPSSaveOptions
  preview : EPSPreview
EPS preview format
EPSSaveOptions
  saveMultipleArtboards : Boolean
All the artboards or range of the artboards will be saved ( default: false )
EPSSaveOptions
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

If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string ( default: )


Implementation
    public function get artboardRange():String
    public function set artboardRange(value:String):void
cmykPostScriptproperty 
cmykPostScript:Boolean

Since : CS5

use CMYK PostScript ( default: true )


Implementation
    public function get cmykPostScript():Boolean
    public function set cmykPostScript(value:Boolean):void
compatibilityproperty 
compatibility:Compatibility

Since : CS5

what Illustrator file format version to create ( default: Compatibility.ILLUSTRATOR15 )


Implementation
    public function get compatibility():Compatibility
    public function set compatibility(value:Compatibility):void
compatibleGradientPrintingproperty 
compatibleGradientPrinting:Boolean

Since : CS5

create a raster item of the gradient or gradient mesh so that PostScript Level 2 printers can print the object ( default: false )


Implementation
    public function get compatibleGradientPrinting():Boolean
    public function set compatibleGradientPrinting(value:Boolean):void
embedAllFontsproperty 
embedAllFonts:Boolean

Since : CS5

embed all fonts used by the document in the saved file (version 7 or later) ( default: false )


Implementation
    public function get embedAllFonts():Boolean
    public function set embedAllFonts(value:Boolean):void
embedLinkedFilesproperty 
embedLinkedFiles:Boolean

Since : CS5

are linked image files to be included in the saved document ( default: false )


Implementation
    public function get embedLinkedFiles():Boolean
    public function set embedLinkedFiles(value:Boolean):void
flattenOutputproperty 
flattenOutput:OutputFlattening

Since : CS5

how should transparency be flattened for older file format versions (pre-version 9) ( default: OutputFlattening.PRESERVEAPPEARANCE )


Implementation
    public function get flattenOutput():OutputFlattening
    public function set flattenOutput(value:OutputFlattening):void
includeDocumentThumbnailsproperty 
includeDocumentThumbnails:Boolean

Since : CS5

include thumbnail image of the EPS artwork ( default: true )


Implementation
    public function get includeDocumentThumbnails():Boolean
    public function set includeDocumentThumbnails(value:Boolean):void
overprintproperty 
overprint:PDFOverprint

Since : CS5

( default: PDFOverprint.PRESERVEPDFOVERPRINT )


Implementation
    public function get overprint():PDFOverprint
    public function set overprint(value:PDFOverprint):void
postScriptproperty 
postScript:EPSPostScriptLevelEnum

Since : CS5

PostScript level to use (level 1 valid for file format version 8 or older) ( default: EPSPostScriptLevelEnum.LEVEL2 )


Implementation
    public function get postScript():EPSPostScriptLevelEnum
    public function set postScript(value:EPSPostScriptLevelEnum):void
previewproperty 
preview:EPSPreview

Since : CS5

EPS preview format


Implementation
    public function get preview():EPSPreview
    public function set preview(value:EPSPreview):void
saveMultipleArtboardsproperty 
saveMultipleArtboards:Boolean

Since : CS5

All the artboards or range of the artboards will be saved ( default: false )


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