Package | com.adobe.photoshop |
Class | public class ExportOptionsIllustrator |
Inheritance | ExportOptionsIllustrator ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | parent : * [read-only] | PhotoshopHostObject | |
path : IllustratorPathType
which path to export ( default: IllustratorPathType.DOCUMENTBOUNDS )
| ExportOptionsIllustrator | ||
pathName : String
name of path to export. | ExportOptionsIllustrator |
path | property |
path:IllustratorPathType
Since : | CS5 |
which path to export ( default: IllustratorPathType.DOCUMENTBOUNDS )
public function get path():IllustratorPathType
public function set path(value:IllustratorPathType):void
pathName | property |
pathName:String
Since : | CS5 |
name of path to export. Only valid if you are exporting a named path
public function get pathName():String
public function set pathName(value:String):void