Packagecom.adobe.illustrator
Classpublic class IllustratorSaveOptions
InheritanceIllustratorSaveOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

Options which may be supplied when saving a document as an Illustrator 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: )
IllustratorSaveOptions
  compatibility : Compatibility
what Illustrator file format version to create ( default: Compatibility.ILLUSTRATOR15 )
IllustratorSaveOptions
  compressed : Boolean
should the saved file be compressed (version 10 or later) ( default: true )
IllustratorSaveOptions
  embedICCProfile : Boolean
embed the document's ICC profile in the saved file (version 9 or later) ( default: false )
IllustratorSaveOptions
  embedLinkedFiles : Boolean
are linked image files to be included in the saved document (versions 7 or later) ( default: false )
IllustratorSaveOptions
  flattenOutput : OutputFlattening
how should transparency be flattened for older file format versions (pre-version 9) ( default: OutputFlattening.PRESERVEAPPEARANCE )
IllustratorSaveOptions
  fontSubsetThreshold : Number
include a subset of fonts when less than this percentage of characters are used (version 9 or later) ( 0.0 - 100.0; default: 100.0 )
IllustratorSaveOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
 Inheritedparent : *
[read-only]
IllustratorHostObject
  pdfCompatible : Boolean
save as a PDF compatible file (version 10 or later) ( default: true )
IllustratorSaveOptions
  saveMultipleArtboards : Boolean
All the artboards or range of the artboards will be saved ( default: false )
IllustratorSaveOptions
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
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
compressedproperty 
compressed:Boolean

Since : CS5

should the saved file be compressed (version 10 or later) ( default: true )


Implementation
    public function get compressed():Boolean
    public function set compressed(value:Boolean):void
embedICCProfileproperty 
embedICCProfile:Boolean

Since : CS5

embed the document's ICC profile in the saved file (version 9 or later) ( default: false )


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

Since : CS5

are linked image files to be included in the saved document (versions 7 or later) ( 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
fontSubsetThresholdproperty 
fontSubsetThreshold:Number

Since : CS5

include a subset of fonts when less than this percentage of characters are used (version 9 or later) ( 0.0 - 100.0; default: 100.0 )


Implementation
    public function get fontSubsetThreshold():Number
    public function set fontSubsetThreshold(value:Number):void
pdfCompatibleproperty 
pdfCompatible:Boolean

Since : CS5

save as a PDF compatible file (version 10 or later) ( default: true )


Implementation
    public function get pdfCompatible():Boolean
    public function set pdfCompatible(value:Boolean):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